save and unload chunks during entity cleaning

This commit is contained in:
David Vierra 2010-09-25 21:47:22 -10:00
parent ae690646e2
commit 8c5d5e7388

2
mce.py
View File

@ -433,6 +433,8 @@ class mce(object):
chunk.chunkChanged(False)
chunk.compress();
chunk.save();
chunk.unload();
if len(removedEntities) == 0:
print "No entities to remove."