mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Merged master into php7 to support 0.13.1
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user