0

Merge remote branch 'upstream/master'

This commit is contained in:
Andrew Chin
2011-01-08 01:03:58 -05:00
6 changed files with 52 additions and 36 deletions

View File

@@ -222,7 +222,8 @@ class WorldRenderer(object):
## find the first air block
while (blockArray[inChunkX, inChunkZ, spawnY] != 0):
spawnY += 1
if spawnY == 128:
break
self.POI.append( dict(x=spawnX, y=spawnY, z=spawnZ,
msg="Spawn", type="spawn", chunk=(inChunkX,inChunkZ)))