bug fix
This commit is contained in:
parent
0cc8a33ec9
commit
146c33e9f5
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class Flipper {
|
||||||
// Lilase.cofl.toggleAuction();
|
// Lilase.cofl.toggleAuction();
|
||||||
return;
|
return;
|
||||||
} else if (slot42.getItem() == Items.golden_horse_armor) {
|
} else if (slot42.getItem() == Items.golden_horse_armor) {
|
||||||
InventoryUtils.clickOpenContainerSlot(33);
|
InventoryUtils.clickOpenContainerSlot(42);
|
||||||
buyWait.schedule(1000);
|
buyWait.schedule(1000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue