recompress chunks after copying from them

This commit is contained in:
David Vierra 2010-11-02 15:51:53 -10:00
parent 3bc512bf34
commit ff72ca6b9c

View File

@ -583,6 +583,8 @@ class MCLevel(object):
else:
self.Data[ destSlices ] = chunk.Data[slices]
chunk.compress();
def adjustCopyParameters(self, sourceLevel, sourceBox, destinationPoint):