Disallow joining invisible servers

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-09 17:26:30 +02:00
parent 7c9eec7869
commit f093286fb2

View File

@ -560,6 +560,9 @@ class PocketMinecraftServer{
}
break;
case 0x07:
if($this->invisible === true){
break;
}
$port = $data[2];
$MTU = $data[3];
$clientID = $data[4];