Merged master into php7 to support 0.13.1

This commit is contained in:
Intyre
2016-01-22 17:36:45 +01:00
117 changed files with 2732 additions and 393 deletions

View File

@ -64,9 +64,9 @@ class BanListCommand extends VanillaCommand{
}
if($args[0] === "ips"){
$sender->sendMessage("commands.banlist.ips", [count($list)]);
$sender->sendMessage(new TranslationContainer("commands.banlist.ips", [count($list)]));
}else{
$sender->sendMessage("commands.banlist.players", [count($list)]);
$sender->sendMessage(new TranslationContainer("commands.banlist.players", [count($list)]));
}
$sender->sendMessage(substr($message, 0, -2));