mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Silence this error
Apply STFU operator
This commit is contained in:
parent
a122ea9e75
commit
8db4b7116c
@ -2100,7 +2100,7 @@ class Server{
|
||||
$next = $this->nextTick - 0.0001;
|
||||
if($next > microtime(true)){
|
||||
try{
|
||||
time_sleep_until($next);
|
||||
@time_sleep_until($next);
|
||||
}catch(\Throwable $e){
|
||||
//Sometimes $next is less than the current time. High load?
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user