kleanup crew

This commit is contained in:
kawaiizenbo 2024-08-27 12:10:37 -07:00
parent 92a2db9d89
commit 253ee1d5be
2 changed files with 2 additions and 3 deletions

View file

@ -49,7 +49,6 @@ public class Config
Map<String, Object> ms = new HashMap<>();
for (Setting s : m.settings)
{
// sometimes i wish i were a nymphet instead of a massive nerd
if (s instanceof BooleanSetting)
{
ms.put(s.name, ((BooleanSetting)s).value);