Skip to content

Commit

Permalink
Remove a chunk.compress call from chest item deleter
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Jan 7, 2013
1 parent b28595a commit 2725a6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leveleditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,6 @@ def matches_itementity(e):
chunk.Entities.value = entities
chunk.dirty = True

chunk.compress()

yield (i, self.editor.level.chunkCount)
i += 1

Expand Down

0 comments on commit 2725a6b

Please sign in to comment.