mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-21 11:45:11 +01:00
default button to true
This commit is contained in:
parent
0405e87c42
commit
f75429fdf1
@ -106,10 +106,8 @@ public class AuctionsMenu extends Holder {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (this.config.contains("Settings.GUISettings.OtherSettings." + key + ".Toggle")) {
|
||||
if (!this.config.getBoolean("Settings.GUISettings.OtherSettings." + key + ".Toggle")) {
|
||||
continue;
|
||||
}
|
||||
if (!this.config.getBoolean("Settings.GUISettings.OtherSettings." + key + ".Toggle", true)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
final String id = this.config.getString("Settings.GUISettings.OtherSettings." + key + ".Item");
|
||||
|
Loading…
Reference in New Issue
Block a user