Merge pull request #25 from SemjonKerner/fix_auto_collect_predelay

Fix: sleep time before collecting is to short
This commit is contained in:
Adam Saudagar 2020-12-27 17:39:57 +05:30 committed by GitHub
commit e21feecf81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ def on_hook():
keyboard.press_and_release(FishEvent.action_key)
if FishEvent.collect_allow_auto:
_fishing_sleep(0.1)
_fishing_sleep(0.15)
keyboard.press_and_release(FishEvent.collect_key)
_fishing_sleep(0.1)
_fishing_sleep(0.0)