on chunk load, alert the world that the chunk is also decompressed xxx this is very sloppy

This commit is contained in:
David Vierra 2011-02-27 00:16:29 -10:00
parent 9c0edc6e85
commit 5ad16c7a87

View File

@ -1921,7 +1921,8 @@ class InfdevChunk(MCLevel):
raise ChunkMalformed, self.filename
self.world.chunkDidLoad(self)
self.world.chunkDidDecompress(self);
def unload(self):
""" Frees the chunk's memory. Will not save to disk. Unloads completely
if the chunk does not need to be saved."""