This commit is contained in:
Omer
2019-12-09 01:17:27 +02:00
parent 37fa1383a3
commit 857172efc9

View File

@@ -111,7 +111,7 @@ public class PipelineManager {
if (index == DRIVERMODE_INDEX) {
newPipeline = driverModePipeline;
// if we're changing into driver mode, try to set the nt entry to frue
// if we're changing into driver mode, try to set the nt entry to true
parentProcess.setDriverModeEntry(true);
} else {
newPipeline = pipelines.get(index);