mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Remove % translation prefixes dotted around all over the place
This commit is contained in:
@ -60,8 +60,8 @@ class TimingsCommand extends VanillaCommand{
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_TIMINGS_DESCRIPTION,
|
||||
"%" . KnownTranslationKeys::POCKETMINE_COMMAND_TIMINGS_USAGE
|
||||
KnownTranslationKeys::POCKETMINE_COMMAND_TIMINGS_DESCRIPTION,
|
||||
KnownTranslationKeys::POCKETMINE_COMMAND_TIMINGS_USAGE
|
||||
);
|
||||
$this->setPermission(DefaultPermissionNames::COMMAND_TIMINGS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user