mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Misc fixes and cleanup
This commit is contained in:
@@ -138,7 +138,7 @@ public class SocketHandler {
|
||||
default: {
|
||||
|
||||
// TODO handle not setting binary stuff on driver mode
|
||||
if(currentProcess.getIsDriverMode()) break;
|
||||
if(currentProcess.pipelineManager.getDriverMode()) break;
|
||||
|
||||
setField(currentPipeline.settings, entry.getKey(), entry.getValue());
|
||||
switch (entry.getKey()) {
|
||||
|
||||
Reference in New Issue
Block a user