From cf9b261eb59f365e00f7ddcd6c542c75dd012261 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sun, 27 Aug 2023 02:14:03 +0800 Subject: [PATCH] Fix: handle_map_2x_run() function name in forgotten hall --- tasks/forgotten_hall/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/forgotten_hall/ui.py b/tasks/forgotten_hall/ui.py index ddd4b518c..9e3d2ee3b 100644 --- a/tasks/forgotten_hall/ui.py +++ b/tasks/forgotten_hall/ui.py @@ -200,4 +200,4 @@ class ForgottenHallUI(DungeonUI): if self.match_template_color(DUNGEON_ENTER_CHECKED): logger.info("Forgotten hall dungeon entered") break - joystick.handle_map_run() + joystick.handle_map_2x_run()