Nice brainfart
This commit is contained in:
parent
49db52673a
commit
e0ff16e2dd
@ -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().autoTool.value) {
|
||||
if (!Baritone.settings().autoTool.value) {
|
||||
return player.inventory.currentItem;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user