mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Fixed Level not saving chunks on auto save
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user