mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed #2863
This commit is contained in:
@ -50,7 +50,7 @@ class PardonCommand extends VanillaCommand{
|
||||
|
||||
$sender->getServer()->getNameBans()->remove($args[0]);
|
||||
|
||||
Command::broadcastCommandMessage($sender, new TranslationContainer("commands.unban.success", $args[0]));
|
||||
Command::broadcastCommandMessage($sender, new TranslationContainer("commands.unban.success", [$args[0]]));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user