there was literally no reason to have it like that

This commit is contained in:
Leijurv 2018-10-09 17:36:35 -07:00
parent 22d2036657
commit fc9d13a03c
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 3 deletions

View File

@ -531,7 +531,7 @@ public class Settings {
// here be dragons
{
Settings() {
Field[] temp = getClass().getFields();
HashMap<String, Setting<?>> tmpByName = new HashMap<>();
List<Setting<?>> tmpAll = new ArrayList<>();
@ -566,6 +566,4 @@ public class Settings {
}
return result;
}
Settings() { }
}