0

fixed some things left over from configfile merge

This commit is contained in:
Aaron Griffith
2011-03-19 21:17:29 -04:00
parent ebc043b95c
commit 346ee004e8
3 changed files with 4 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ class QuadtreeGen(object):
self.lighting = rendermode in ("lighting", "night", "spawn")
self.night = rendermode in ("night", "spawn")
self.spawn = spawn in ("spawn",)
self.spawn = rendermode in ("spawn",)
# Make the destination dir
if not os.path.exists(destdir):