There was an error while loading. Please reload this page.
1 parent 6c11c16 commit 0ed55afCopy full SHA for 0ed55af
2 files changed
rlbot/managers/match.py
@@ -234,6 +234,7 @@ def disconnect(self):
234
self.rlbot_interface.disconnect()
235
236
def stop_match(self):
237
+ self.packet = None
238
self.rlbot_interface.stop_match()
239
240
def set_game_state(
rlbot/version.py
@@ -1 +1 @@
1
-__version__ = "2.0.0-beta.53"
+__version__ = "2.0.0-beta.54"
0 commit comments