0

Nether-only worlds have no spawn

This commit is contained in:
Andrew Chin
2012-03-17 14:54:16 -04:00
parent e40e71f2f2
commit 9b7226e91e

View File

@@ -190,6 +190,8 @@ class World(object):
# Open up the chunk that the spawn is in
regionset = self.get_regionset("overworld")
if not regionset:
return None
try:
chunk = regionset.get_chunk(chunkX, chunkZ)
except ChunkDoesntExist: