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:
@@ -39,8 +39,8 @@ class OpCommand extends VanillaCommand{
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_OP_DESCRIPTION,
|
||||
"%" . KnownTranslationKeys::COMMANDS_OP_USAGE
|
||||
KnownTranslationKeys::POCKETMINE_COMMAND_OP_DESCRIPTION,
|
||||
KnownTranslationKeys::COMMANDS_OP_USAGE
|
||||
);
|
||||
$this->setPermission(DefaultPermissionNames::COMMAND_OP_GIVE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user