kleanup crew
This commit is contained in:
parent
92a2db9d89
commit
253ee1d5be
2 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,6 @@ public class Config
|
||||||
Map<String, Object> ms = new HashMap<>();
|
Map<String, Object> ms = new HashMap<>();
|
||||||
for (Setting s : m.settings)
|
for (Setting s : m.settings)
|
||||||
{
|
{
|
||||||
// sometimes i wish i were a nymphet instead of a massive nerd
|
|
||||||
if (s instanceof BooleanSetting)
|
if (s instanceof BooleanSetting)
|
||||||
{
|
{
|
||||||
ms.put(s.name, ((BooleanSetting)s).value);
|
ms.put(s.name, ((BooleanSetting)s).value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue