epic
This commit is contained in:
parent
0f1edba5f1
commit
413e505683
@ -75,6 +75,9 @@ public class SettingsUtil {
|
|||||||
if (setting.getName().equals("logger")) {
|
if (setting.getName().equals("logger")) {
|
||||||
continue; // NO
|
continue; // NO
|
||||||
}
|
}
|
||||||
|
if (setting.value == setting.defaultValue) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
SettingsIO io = map.get(setting.getValueClass());
|
SettingsIO io = map.get(setting.getValueClass());
|
||||||
if (io == null) {
|
if (io == null) {
|
||||||
throw new IllegalStateException("Missing " + setting.getValueClass() + " " + setting + " " + setting.getName());
|
throw new IllegalStateException("Missing " + setting.getValueClass() + " " + setting + " " + setting.getName());
|
||||||
|
Loading…
Reference in New Issue
Block a user