0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix scheduledWindowClick never getting reset

This commit is contained in:
Alexander01998 2022-09-23 01:01:01 +02:00
parent 8b27d93c59
commit 93472c5bf9

View File

@ -97,6 +97,7 @@ public final class AutoFishHack extends Hack
{
IMC.getInteractionManager()
.windowClick_PICKUP(scheduledWindowClick);
scheduledWindowClick = -1;
castRodTimer = 15;
return;
}