mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 02:16:33 +00:00
:D. usleep(1)
This commit is contained in:
parent
b27a4aaabb
commit
cbf0cfde1b
@ -411,7 +411,7 @@ class PocketMinecraftServer extends stdClass{
|
|||||||
if($packet !== false){
|
if($packet !== false){
|
||||||
$this->packetHandler($packet);
|
$this->packetHandler($packet);
|
||||||
}else{
|
}else{
|
||||||
usleep(1000);
|
usleep(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user