From 2725a6b740dc25cf500b8ce5131a66ecb0f99038 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Mon, 7 Jan 2013 10:57:36 -1000 Subject: [PATCH] Remove a chunk.compress call from chest item deleter --- leveleditor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/leveleditor.py b/leveleditor.py index f0d0cbf..a901fda 100644 --- a/leveleditor.py +++ b/leveleditor.py @@ -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