mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Change Unknown Command message colour to Gold to highlight client command issues
This commit is contained in:
parent
656ec60805
commit
fdf3c0c1c7
@ -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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user