0

fixed crash when an option isn't recognized

This commit is contained in:
Aaron Griffith
2012-01-07 22:51:09 -05:00
parent 9aa3847068
commit 4d61e41f9f

View File

@@ -277,7 +277,7 @@ class MultiWorldParser(object):
for key in world:
if key not in settingsDefinition.render:
print "Warning: %r is not a known setting" % key
next
continue
definition = settingsDefinition.render[key]
try: