RCONInstance: remove always-false branch (readPacket() never returns null)

This commit is contained in:
Dylan K. Taylor 2020-01-11 21:54:03 +00:00
parent 17720041a3
commit 818d0e19ab

View File

@ -209,8 +209,6 @@ class RCONInstance extends Thread{
if($p === false){
$disconnect[$id] = $sock;
continue;
}elseif($p === null){
continue;
}
switch($packetType){