Change Unknown Command message colour to Gold to highlight client command issues

This commit is contained in:
Dylan K. Taylor 2016-10-30 10:20:17 +00:00
parent 656ec60805
commit fdf3c0c1c7

View File

@ -1889,7 +1889,7 @@ class Server{
}
$sender->sendMessage(new TranslationContainer(TextFormat::RED . "%commands.generic.notFound"));
$sender->sendMessage(new TranslationContainer(TextFormat::GOLD . "%commands.generic.notFound"));
return false;
}