if previous push doesn't work, use this

This commit is contained in:
NK 2023-07-29 23:57:46 +01:00
parent 0478e1180a
commit 54f1db859b

View file

@ -119,7 +119,7 @@ public class SniperFlipperEvents {
try { try {
clickWindow(latestWindowId, 31); clickWindow(latestWindowId, 31);
Thread.sleep(300 + new Random().nextInt(100)); Thread.sleep(300 + new Random().nextInt(100));
clickWindow(latestWindowId, 11); clickWindow(Lilase.mc.thePlayer.openContainer.windowId, 11);
} catch (Exception ignored) { } catch (Exception ignored) {
} }