Misc fixes and cleanup

This commit is contained in:
Matt
2019-11-29 21:41:12 -08:00
parent 55f01fb4b5
commit 373b4262e5
3 changed files with 10 additions and 26 deletions

View File

@@ -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()) {