We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a29e2 commit 73dfbb5Copy full SHA for 73dfbb5
src/main/java/com/jelly/FarmHelper/gui/GuiSettings.java
@@ -131,11 +131,11 @@ void initialSelect() {
131
temp.switchSelect();
132
}
133
if (Config.debug) {
134
- GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(3);
+ GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(4);
135
136
137
if (Config.autosell) {
138
- GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(4);
+ GuiCustomSwitchButton temp = (GuiCustomSwitchButton) this.buttonList.get(3);
139
140
141
0 commit comments