diff options
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index 7a499ad..b4b3dde 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -378,7 +378,7 @@ void Planner::init_switches() } // Sector 5. - if (i >= 14 && i <= 22) { + if (i >= 15 && i <= 22) { switches.push_back(Switch(i, 0)); switches.push_back(Switch(i, 1)); } |