Handle saving changes separate from cleaning up
This commit is contained in:
parent
23da1ea5d9
commit
e3b599eee1
2 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ class ChunkPool():
|
|||
# old list comprehension which became too long:
|
||||
#coords = [pos for pos, chunk in self._chunks.items() if not pos in except_for and condition(chunk)]
|
||||
|
||||
self.save_changes()
|
||||
#self.save_changes() # needs to be accounted for by the user
|
||||
|
||||
coords = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue