mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
World: fix CS
This commit is contained in:
parent
5cf572892f
commit
3752225ed5
@ -403,7 +403,6 @@ class World implements ChunkManager{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
$this->scheduledBlockUpdateQueue = new ReversePriorityQueue();
|
$this->scheduledBlockUpdateQueue = new ReversePriorityQueue();
|
||||||
$this->scheduledBlockUpdateQueue->setExtractFlags(\SplPriorityQueue::EXTR_BOTH);
|
$this->scheduledBlockUpdateQueue->setExtractFlags(\SplPriorityQueue::EXTR_BOTH);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user