diff --git a/Menu/GameShell/10_Settings/GateWay/__init__.py b/Menu/GameShell/10_Settings/GateWay/__init__.py index d6a9527..e95fbcc 100644 --- a/Menu/GameShell/10_Settings/GateWay/__init__.py +++ b/Menu/GameShell/10_Settings/GateWay/__init__.py @@ -177,7 +177,7 @@ class GateWayPage(Page): self._Screen._MsgBox.Draw() self._Screen.SwapAndShow() - ApplyGateWay(cur_li._Value) + self.ApplyGateWay(cur_li._Value) pygame.time.delay(1000) self._Screen.Draw()