Improved saving of modified properties

This commit is contained in:
Shoghi Cervantes
2015-05-19 20:49:03 +02:00
parent 66f28f6dc4
commit 92a2be024a
2 changed files with 43 additions and 40 deletions

View File

@ -2299,8 +2299,6 @@ class Level implements ChunkManager, Metadatable{
return false;
}
$chunk->setChanged(false);
if($this->isChunkInUse($x, $z)){
foreach($this->getChunkLoaders($x, $z) as $loader){
$loader->onChunkLoaded($chunk);