there was literally no reason to have it like that
This commit is contained in:
parent
22d2036657
commit
fc9d13a03c
@ -531,7 +531,7 @@ public class Settings {
|
|||||||
|
|
||||||
// here be dragons
|
// here be dragons
|
||||||
|
|
||||||
{
|
Settings() {
|
||||||
Field[] temp = getClass().getFields();
|
Field[] temp = getClass().getFields();
|
||||||
HashMap<String, Setting<?>> tmpByName = new HashMap<>();
|
HashMap<String, Setting<?>> tmpByName = new HashMap<>();
|
||||||
List<Setting<?>> tmpAll = new ArrayList<>();
|
List<Setting<?>> tmpAll = new ArrayList<>();
|
||||||
@ -566,6 +566,4 @@ public class Settings {
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings() { }
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user