mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixes entities not being saved and tile entities having an incorrect field, closes #1661
This commit is contained in:
@ -306,6 +306,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
if($this->getAutoSave()){
|
||||
$this->save();
|
||||
}
|
||||
$this->unloadChunks();
|
||||
$this->provider->close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user