mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Remove % translation prefixes dotted around all over the place
This commit is contained in:
@@ -41,8 +41,8 @@ class WhitelistCommand extends VanillaCommand{
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_WHITELIST_DESCRIPTION,
|
||||
"%" . KnownTranslationKeys::COMMANDS_WHITELIST_USAGE
|
||||
KnownTranslationKeys::POCKETMINE_COMMAND_WHITELIST_DESCRIPTION,
|
||||
KnownTranslationKeys::COMMANDS_WHITELIST_USAGE
|
||||
);
|
||||
$this->setPermission(implode(";", [
|
||||
DefaultPermissionNames::COMMAND_WHITELIST_RELOAD,
|
||||
|
Reference in New Issue
Block a user