mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
RCON bad reading fixed
This commit is contained in:
@ -118,7 +118,7 @@ class RCONInstance extends Thread{
|
||||
return false;
|
||||
}elseif($d === false){
|
||||
return null;
|
||||
}elseif($d === ""){
|
||||
}elseif($d === "" or strlen($d) < 4){
|
||||
return false;
|
||||
}
|
||||
@socket_set_block($client);
|
||||
|
Reference in New Issue
Block a user