Ban-IP fix + message

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-08 17:17:41 +01:00
parent ed8f38ef55
commit cef574015f
2 changed files with 9 additions and 3 deletions

View File

@ -231,6 +231,12 @@ class PocketMinecraftServer{
switch($packet["pid"]){
case 0x02:
if(in_array($packet["ip"], $this->bannedIPs)){
$this->send(0x1c, array(
$data[0],
$this->serverID,
MAGIC,
$this->serverType. $this->name . " [You're banned]",
), false, $packet["ip"], $packet["port"]);
break;
}
if(!isset($this->custom["times_".$CID])){