- Joined
- Jul 11, 2020
- Messages
- 317
- Reaction score
- 120
- Points
- 43
toxicGo to the hero clickgui
Go to the file "ElementComboBox.java"
Go to the method "mouseClicked"
You should find the line
remove the ".toLowerCase()"Java:clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd.toLowerCase());
it should look like this:
Now be happy with your pasted clickgui and not existing Java knowledgeJava:clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd);