Fixed Level not saving chunks on auto save

This commit is contained in:
Shoghi Cervantes 2014-06-22 16:20:00 +02:00
parent 557618c87d
commit 0d5eb149ab

View File

@ -429,6 +429,7 @@ class Level implements ChunkManager, Metadatable{
}
$this->provider->setTime((int) $this->time);
$this->provider->saveChunks();
$this->nextSave = microtime(true) + 45;
return true;