diff --git a/src/pocketmine/network/rcon/RCONInstance.php b/src/pocketmine/network/rcon/RCONInstance.php index 488c5206a..1164bbb33 100644 --- a/src/pocketmine/network/rcon/RCONInstance.php +++ b/src/pocketmine/network/rcon/RCONInstance.php @@ -209,8 +209,6 @@ class RCONInstance extends Thread{ if($p === false){ $disconnect[$id] = $sock; continue; - }elseif($p === null){ - continue; } switch($packetType){