use the correct key for collecting

This commit is contained in:
Semjon Kerner 2020-12-16 22:56:22 +01:00
parent 3bfe7da5ec
commit 3992156ada

View File

@ -88,7 +88,7 @@ def on_hook():
if FishEvent.collect_allow_auto:
_fishing_sleep(0.1)
keyboard.press_and_release('r')
keyboard.press_and_release(FishEvent.collect_key)
_fishing_sleep(0.1)
_fishing_sleep(0.0)