This commit is contained in:
Matt
2019-11-28 10:12:42 -08:00

View File

@@ -135,15 +135,6 @@ public class SocketHandler {
sendFullSettings();
break;
}
case "generalSettings": {
var array = (HashMap<String, Object>) entry.getValue();
array.forEach((key, value) -> {
setField(ConfigManager.settings, key, value);
});
sendFullSettings();
ConfigManager.saveGeneralSettings();
break;
}
default: {
// TODO fix this hack
String key;