mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
Merge branch 'master' into mcpe-1.0
This commit is contained in:
commit
e2b143a7cf
@ -2092,7 +2092,7 @@ class Server{
|
|||||||
$next = $this->nextTick - 0.0001;
|
$next = $this->nextTick - 0.0001;
|
||||||
if($next > microtime(true)){
|
if($next > microtime(true)){
|
||||||
try{
|
try{
|
||||||
time_sleep_until($next);
|
@time_sleep_until($next);
|
||||||
}catch(\Throwable $e){
|
}catch(\Throwable $e){
|
||||||
//Sometimes $next is less than the current time. High load?
|
//Sometimes $next is less than the current time. High load?
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user