Skip to content

Commit 73dfbb5

Browse files
author
Ahmed Mahmud
committed
auto sell rework, mushroom threshold
1 parent 19a29e2 commit 73dfbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/jelly/FarmHelper/gui/GuiSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ void initialSelect() {
131131
temp.switchSelect();
132132
}
133133
if (Config.debug) {
134-
GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(3);
134+
GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(4);
135135
temp.switchSelect();
136136
}
137137
if (Config.autosell) {
138-
GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(4);
138+
GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(3);
139139
temp.switchSelect();
140140
}
141141
}

0 commit comments

Comments
 (0)