throw away the uncompressed chunk data - xxx add dirty flag for other level types?

This commit is contained in:
David Vierra 2010-09-26 01:43:28 -10:00
parent 151e984909
commit 02280ed2a6

View File

@ -1192,7 +1192,9 @@ class InfdevChunk(MCLevel):
self.create();
def compress(self):
if not self.dirty: return
if not self.dirty:
self.root_tag = None
return
MCLevel.compress(self);
def __str__(self):