if previous push doesn't work, use this
This commit is contained in:
parent
0478e1180a
commit
54f1db859b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue