Fix the "red signals" bug that appeared when clicking a green signal

h137
orwell96 2019-11-21 16:09:47 +01:00
parent 576365627a
commit 0252768c16
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ end
-- newrte: If a new route should be set, the route index of it (in tcbs.routes). nil otherwise
-- cancel: true in combination with newrte=nil causes cancellation of the current route.
function ilrs.update_route(sigd, tcbs, newrte, cancel)
-- in general, always show danger signal
tcbs.aspect = nil
--atdebug("Update_Route for",sigd,tcbs.signal_name)
if tcbs.route_origin and not sigd_equal(tcbs.route_origin, sigd) then
--atdebug("Signal not in control, held by",tcbs.signal_name)