mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Code cleanup
This commit is contained in:
@ -120,8 +120,10 @@ class RakLibInterface implements ServerInstance, SourceInterface{
|
||||
$work = false;
|
||||
if($this->interface->handlePacket()){
|
||||
$work = true;
|
||||
while($this->interface->handlePacket()){}
|
||||
while($this->interface->handlePacket()){
|
||||
}
|
||||
}
|
||||
|
||||
return $work;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user