Scheduling Multiple Routes for 1 aircraft on the same day
Currently, multiple routes assigned to 1 aircraft only work if they depart on different days, or originate out of different airports. For example, this setup will not work:
The game gets confused on M, Th & S and does not know whether to schedule CPT-IAH-CPT or CPT-JRO-CPT. As a result, only one route will get scheduled (I think it schedules the first one it gets to while looping through the list of routes, so that would be alphabetically by route ID)
Proposed Solution: Somehow make the route scheduling system able to determine which route it should schedule in the situation that two routes exist for the aircraft and both could be scheduled.