When disabling the timetable from a save game, trains can end up stuck in the station
This will be for all branches of off develop, so won't be affecting the workshop version
The cause is in timetable_helper.lua lines 101 and 111
api.cmd.sendCommand(api.cmd.make.setVehicleManualDeparture(vehicle,false))api.cmd.sendCommand(api.cmd.make.setVehicleManualDeparture(vehicle,true))
When disabling the timetable from a save game, trains can end up stuck in the station This will be for all branches of off develop, so won't be affecting the workshop version
The cause is in timetable_helper.lua lines 101 and 111
api.cmd.sendCommand(api.cmd.make.setVehicleManualDeparture(vehicle,false))
api.cmd.sendCommand(api.cmd.make.setVehicleManualDeparture(vehicle,true))