We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297b0cb commit 0334e72Copy full SHA for 0334e72
2 files changed
rlbot_gui/gui.py
@@ -135,9 +135,6 @@ def validate_bots(bots):
135
def get_match_settings():
136
settings = load_settings()
137
match_settings = settings.value(MATCH_SETTINGS_KEY, type=dict)
138
- if 'enable_state_setting' not in match_settings:
139
- # Set this to true by default for backwards compatiblity with state setting sandbox, snek, and sniper
140
- match_settings['enable_state_setting'] = True
141
return match_settings if match_settings else None
142
143
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-__version__ = '0.0.57'
+__version__ = '0.0.58'
4
5
with open("README.md", "r") as readme_file:
6
long_description = readme_file.read()
0 commit comments