diff --git a/worlds/sc2/client.py b/worlds/sc2/client.py index 4c8cc2578569..7b611a22fc26 100644 --- a/worlds/sc2/client.py +++ b/worlds/sc2/client.py @@ -774,7 +774,7 @@ def run_gui(self) -> None: warnings = apply_window_defaults() from .client_gui import start_gui start_gui(self, warnings) - self.ui.json_to_kivy_parser = SC2JSONtoKivyParser(self) + self.ui.json_to_kivy_parser = SC2JSONtoKivyParser() async def shutdown(self) -> None: await super(SC2Context, self).shutdown()