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 cf51b62..c39c521 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -380,7 +380,7 @@ void Planner::init_switches()  		}  		// Sector 2. -		if (i >= 31 && i <= 39) { +		if (i >= 31 && i <= 40) {  			switches.push_back(Switch(i, 2));  			switches.push_back(Switch(i, 3));  		} | 
