Skip to content

Commit

Permalink
fixed another bug in the Autototem & added autototem ai to safetotem
Browse files Browse the repository at this point in the history
  • Loading branch information
tudbut committed Dec 26, 2020
1 parent f57d169 commit 974974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tudbut/mod/client/ttc/mods/SafeTotem.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void onTick() {
);
if(slot == null)
return;
InventoryUtils.inventorySwap(slot, InventoryUtils.OFFHAND_SLOT);
safeInventorySwap(slot, InventoryUtils.OFFHAND_SLOT);
}
}

Expand Down

0 comments on commit 974974e

Please sign in to comment.