Improved world loading, added chunk queue delay, closes #3046

This commit is contained in:
Shoghi Cervantes
2015-05-20 11:05:35 +02:00
parent 32722856ea
commit 8d4abe2f39
4 changed files with 17 additions and 8 deletions

View File

@ -158,10 +158,10 @@ abstract class BaseFullChunk implements FullChunk{
$this->NBTentities = null;
$this->NBTtiles = null;
$this->setChanged($changed);
}
$this->setChanged($changed);
$this->isInit = true;
}