Resolve TODO

This commit is contained in:
Matt
2019-11-29 21:46:39 -08:00
parent a2c6668280
commit 40d31c4c48

View File

@@ -137,7 +137,7 @@ public class SocketHandler {
}
default: {
// TODO handle not setting binary stuff on driver mode
// only change settings when we aren't in driver mode
if(currentProcess.pipelineManager.getDriverMode()) break;
setField(currentPipeline.settings, entry.getKey(), entry.getValue());