mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-01 09:47:43 +00:00
save() calls saveChunks() which saves any chunks found to be modified. But chunk unloading does this anyway, so it's better to unload first and then trigger the save mechanism, to avoid saving chunks twice.