mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Limited Player tick time queue further
This commit is contained in:
@@ -154,7 +154,7 @@ class Player{
|
||||
}else{
|
||||
if(!empty($this->queue)){
|
||||
$cnt = 0;
|
||||
$maxtime = $time + 0.025;
|
||||
$maxtime = $time + 0.0025;
|
||||
while(microtime(true) < $maxtime){
|
||||
$p = array_shift($this->queue);
|
||||
if($p === null){
|
||||
|
Reference in New Issue
Block a user