Ok, Im actually retarded

This commit is contained in:
RealIndrit 2020-08-14 17:11:31 +02:00
parent 94ac15a8fc
commit 88e2fba447
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class ToolSet {
*/
public int getBestSlot(Block b, boolean preferSilkTouch) {
// Make all depending calculation respect auto tool value without doing unecessary calculations...
if (Baritone.settings().ignoreAutoToolMovementCost.value) {
if (!Baritone.settings().ignoreAutoToolMovementCost.value) {
return player.inventory.currentItem;
}