on chunk load, alert the world that the chunk is also decompressed xxx this is very sloppy
This commit is contained in:
parent
9c0edc6e85
commit
5ad16c7a87
@ -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."""
|
||||
|
Reference in New Issue
Block a user