mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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){
|
||||
$this->packetHandler($packet);
|
||||
}else{
|
||||
usleep(1000);
|
||||
usleep(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user