recompress chunks after copying from them
This commit is contained in:
parent
3bc512bf34
commit
ff72ca6b9c
@ -583,6 +583,8 @@ class MCLevel(object):
|
||||
else:
|
||||
self.Data[ destSlices ] = chunk.Data[slices]
|
||||
|
||||
chunk.compress();
|
||||
|
||||
|
||||
def adjustCopyParameters(self, sourceLevel, sourceBox, destinationPoint):
|
||||
|
||||
|
Reference in New Issue
Block a user