mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Improved world loading, added chunk queue delay, closes #3046
This commit is contained in:
@ -158,10 +158,10 @@ abstract class BaseFullChunk implements FullChunk{
|
||||
|
||||
$this->NBTentities = null;
|
||||
$this->NBTtiles = null;
|
||||
|
||||
$this->setChanged($changed);
|
||||
}
|
||||
|
||||
$this->setChanged($changed);
|
||||
|
||||
$this->isInit = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user