Fixing some settings stuff
This commit is contained in:
@@ -276,6 +276,7 @@ class MultiWorldParser(object):
|
||||
definition = settingsDefinition.render[key]
|
||||
try:
|
||||
val = definition['validator'](world[key])
|
||||
world[key] = val
|
||||
except Exception as e:
|
||||
print "Error: %r" % e
|
||||
next
|
||||
|
||||
Reference in New Issue
Block a user