mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Fixed Level not saving chunks on auto save
This commit is contained in:
parent
557618c87d
commit
0d5eb149ab
@ -429,6 +429,7 @@ class Level implements ChunkManager, Metadatable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->provider->setTime((int) $this->time);
|
$this->provider->setTime((int) $this->time);
|
||||||
|
$this->provider->saveChunks();
|
||||||
$this->nextSave = microtime(true) + 45;
|
$this->nextSave = microtime(true) + 45;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user