Merge remote branch 'upstream/configfile' into dtt-config-merge
Conflicts: chunk.py gmap.py world.py
This commit is contained in:
2
chunk.py
2
chunk.py
@@ -571,7 +571,7 @@ class ChunkRenderer(object):
|
||||
|
||||
# check to see if there are any signs in the persistentData list that are from this chunk.
|
||||
# if so, remove them from the persistentData list (since they're have been added to the world.POI
|
||||
# list above
|
||||
# list above.
|
||||
if self.queue:
|
||||
self.queue.put(['removePOI', (self.chunkX, self.chunkY)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user