Skip to content

Commit 9188475

Browse files
committed
fix: holdToFish on windows
1 parent 7f97ece commit 9188475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webfisher/task.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ proc doFish*(): void =
6868
info("Doing fishing task...")
6969
moveCursorToScreen()
7070
if globalConfig.holdToFish:
71+
pressMouse()
7172
while getFishingGame():
72-
pressMouse()
7373
sleep(uinputTime)
7474
releaseMouse()
7575
else:

0 commit comments

Comments
 (0)