make sure newly made chunks get saved
This commit is contained in:
parent
540a416558
commit
b2b87a0114
@ -1260,6 +1260,7 @@ class InfdevChunk(MCLevel):
|
||||
#print "Failed to make chunk dir z ", dz, e
|
||||
pass
|
||||
|
||||
self.dirty = True;
|
||||
self.save();
|
||||
|
||||
def remove(self):
|
||||
|
Reference in New Issue
Block a user