mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
Merge pull request #27 from SemjonKerner/fix_auto_loot_key
Fix: auto loot has hard coded loot key
This commit is contained in:
commit
6ed8644ca1
@ -100,7 +100,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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user