Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d73b98f

Browse files
committed
birdhouse: fix withdrawing tp item
1 parent fc10aa4 commit d73b98f

File tree

1 file changed

+2
-1
lines changed
  • birdhouse/src/main/java/io/reisub/unethicalite/birdhouse/tasks

1 file changed

+2
-1
lines changed

birdhouse/src/main/java/io/reisub/unethicalite/birdhouse/tasks/StartRun.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,15 @@ public void execute() {
7777
Bank.withdraw(Predicates.ids(Constants.DIGSITE_PENDANT_IDS), 1, Bank.WithdrawMode.ITEM);
7878
}
7979

80+
Time.sleepTick();
81+
8082
config.tpLocation().withdrawItems(
8183
config.goThroughHouse(),
8284
config.goThroughHouseFallback(),
8385
config.useHouseTab()
8486
);
8587

8688
if (config.equipGraceful() && ChaosBank.haveGracefulInBank()) {
87-
Time.sleepTick();
8889
Bank.withdraw(Predicates.ids(Constants.GRACEFUL_CAPE), 1, Bank.WithdrawMode.ITEM);
8990
Bank.withdraw(Predicates.ids(Constants.GRACEFUL_BOOTS), 1, Bank.WithdrawMode.ITEM);
9091
Bank.withdraw(Predicates.ids(Constants.GRACEFUL_GLOVES), 1, Bank.WithdrawMode.ITEM);

0 commit comments

Comments
 (0)