Skip to content

Commit 7e33333

Browse files
committed
fix: actually fix windows holdToFish
1 parent 0410b0f commit 7e33333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/webfisher/task.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ proc doFish*(): void =
6868
info("Doing fishing task...")
6969
moveCursorToScreen()
7070
if globalConfig.holdToFish:
71+
while not getFishingGame():
72+
sleep(uinputTime)
7173
pressMouse()
7274
while getFishingGame():
7375
sleep(uinputTime)

0 commit comments

Comments
 (0)