Trying to find entity editor bug
This commit is contained in:
@@ -36,6 +36,7 @@ class Chunk:
|
||||
self.x = newX
|
||||
self.y = newY
|
||||
self.z = newZ
|
||||
self.entities = {}
|
||||
for tile in self.tiles.values():
|
||||
tile.chunkReload(newX, newY, newZ)
|
||||
self.load()
|
||||
|
||||
Reference in New Issue
Block a user