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 f60126d commit dc31511Copy full SHA for dc31511
1 file changed
src/main/java/meteordevelopment/meteorclient/settings/Settings.java
@@ -128,6 +128,8 @@ else if (setting instanceof ColorListSetting) {
128
}
129
130
public void tick(WContainer settings, GuiTheme theme) {
131
+ if (settings == null) return;
132
+
133
for (SettingGroup group : groups) {
134
for (Setting<?> setting : group) {
135
boolean visible = setting.isVisible();
0 commit comments