0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Disable AutoTool's "Switch back" checkbox by default

This commit is contained in:
Alexander01998 2024-05-22 13:11:15 +02:00
parent 91dc8b4c78
commit 633c9d0aee

View File

@ -52,7 +52,7 @@ public final class AutoToolHack extends Hack
private final CheckboxSetting switchBack = new CheckboxSetting( private final CheckboxSetting switchBack = new CheckboxSetting(
"Switch back", "After using a tool, automatically switches back to the" "Switch back", "After using a tool, automatically switches back to the"
+ " previously selected slot.", + " previously selected slot.",
true); false);
private int prevSelectedSlot; private int prevSelectedSlot;