diff --git a/arknights_mower/solvers/auto_fight.py b/arknights_mower/solvers/auto_fight.py index 3d6568fe..a64ba273 100644 --- a/arknights_mower/solvers/auto_fight.py +++ b/arknights_mower/solvers/auto_fight.py @@ -241,8 +241,6 @@ def deploy(self): else: dir = (0, 200) dir = va(pos, dir) - self.device.tap(start) - sleep(0.1) self.device.swipe_ext([start, top, pos], [100, 500], up_wait=400) sleep(0.1) self.device.swipe_ext([pos, dir], [200])