fixed setting names and added property for slowing on desync

This commit is contained in:
TacticalGenius 2013-01-24 21:39:29 -06:00
parent 16da625653
commit a6594d2951

View File

@ -31,6 +31,7 @@ class ConfigurationGetter(object):
"file": None, "file": None,
"playerArgs": [], "playerArgs": [],
"playerClass": None, "playerClass": None,
"slowOnDesync": True
} }
# #