Fixed commands, added level automatic tick delay, improved biome gradient

This commit is contained in:
Shoghi Cervantes
2015-03-28 01:10:40 +01:00
parent e0522d8b1a
commit 47de616ac5
5 changed files with 72 additions and 16 deletions

View File

@ -75,7 +75,7 @@ class BanIpCommand extends VanillaCommand{
}
}
$sender->getServer()->blockAddress($ip, -1);
$sender->getServer()->getNetwork()->blockAddress($ip, -1);
Command::broadcastCommandMessage($sender, "Banned IP Address " . $ip);
}