mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Disallow joining invisible servers
This commit is contained in:
parent
7c9eec7869
commit
f093286fb2
@ -560,6 +560,9 @@ class PocketMinecraftServer{
|
||||
}
|
||||
break;
|
||||
case 0x07:
|
||||
if($this->invisible === true){
|
||||
break;
|
||||
}
|
||||
$port = $data[2];
|
||||
$MTU = $data[3];
|
||||
$clientID = $data[4];
|
||||
|
Loading…
x
Reference in New Issue
Block a user