1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 02:54:25 +08:00

Fix: misplaced timer reset prevented retry in _pq_goto_room

This commit is contained in:
positnuec
2026-07-08 15:27:43 +08:00
parent ed6418efde
commit 9920c89fea

View File

@@ -87,7 +87,6 @@ class PQInteract(UI):
self.device.drag(p1, p2, segments=2,
shake=(0, 25), point_random=(0, 0, 0, 0),
shake_random=(0, -5, 0, 5))
settle_timer.reset()
else:
# Absence of check likely means dialogue is ongoing
self._pq_handle_dialogue()