0

Merge remote branch 'upstream/configfile' into dtt-config-merge

Conflicts:
	chunk.py
	gmap.py
	world.py
This commit is contained in:
Aaron Griffith
2011-03-19 21:10:40 -04:00
6 changed files with 220 additions and 16 deletions

View File

@@ -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)])