From d86d75735869ea2bc23a6548c6f4e040256c380d Mon Sep 17 00:00:00 2001 From: Zuosizhu Date: Sat, 31 Jan 2026 22:29:01 +0800 Subject: [PATCH] Del: Lme's shit --- module/os_handler/action_point.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/os_handler/action_point.py b/module/os_handler/action_point.py index 337846ca7..aaafafe5b 100644 --- a/module/os_handler/action_point.py +++ b/module/os_handler/action_point.py @@ -145,9 +145,6 @@ class ActionPointHandler(UI, MapEventHandler): self._action_point_current = current self._action_point_box = box self._action_point_total = total - # handle exceeds - if total > 3000: - self.config.override(OpsiGeneral_DoRandomMapEvent=False) def action_point_safe_get(self): timeout = Timer(3, count=6).start()