This commit is contained in:
Shoghi Cervantes
2015-04-12 12:19:28 +02:00
parent e9963b603d
commit 674a486654
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}