mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Change Unknown Command message colour to Gold to highlight client command issues
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user