mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Merge branch 'dev' of https://github.com/chameleon-vision/Chameleon-Vision into dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user