Fixed entity unloading on chunk
This commit is contained in:
@ -188,7 +188,7 @@ for layerIndex, layer in enumerate(tileLayers):
|
||||
|
||||
|
||||
# Pre generate entity data
|
||||
nextEntityId = 1
|
||||
nextEntityId = 100
|
||||
for obIndex, ob in enumerate(objectLayer['objects']):
|
||||
if 'x' not in ob or 'y' not in ob:
|
||||
print(f"Error: Object in object layer does not contain 'x' or 'y' key.")
|
||||
|
Reference in New Issue
Block a user