0

Fixing some settings stuff

This commit is contained in:
Andrew Chin
2012-01-02 00:03:10 -05:00
parent 42f6b7b6ad
commit 287b16fd13
8 changed files with 32 additions and 17 deletions

View File

@@ -398,7 +398,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
render = render_things[render_name]
logging.debug("Found the following render thing: %r", render)
w = world.World(render['world_path'])
w = world.World(render['worldpath'])
# if no dimension has been specified, just use the first one
# TODO support the case where a different dimension is specified