Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

need help with module mode string

Go to the hero clickgui
Go to the file "ElementComboBox.java"
Go to the method "mouseClicked"
You should find the line
Java:
clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd.toLowerCase());
remove the ".toLowerCase()"
it should look like this:
Java:
clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd);
Now be happy with your pasted clickgui and not existing Java knowledge
toxic 💀
 
Go to the hero clickgui
Go to the file "ElementComboBox.java"
Go to the method "mouseClicked"
You should find the line
Java:
clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd.toLowerCase());
remove the ".toLowerCase()"
it should look like this:
Java:
clickgui.setmgr.getSettingByName(set.getName()).setValString(slcd);

//Removed toxic part
IT WORKS!

jesus why is toLowerCase even there??

thanks
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top