mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
RCONInstance: remove always-false branch (readPacket() never returns null)
This commit is contained in:
parent
17720041a3
commit
818d0e19ab
@ -209,8 +209,6 @@ class RCONInstance extends Thread{
|
||||
if($p === false){
|
||||
$disconnect[$id] = $sock;
|
||||
continue;
|
||||
}elseif($p === null){
|
||||
continue;
|
||||
}
|
||||
|
||||
switch($packetType){
|
||||
|
Loading…
x
Reference in New Issue
Block a user