Fix last commit (and another warn2log)

master
orwell96 2019-01-22 23:40:53 +01:00
parent f2a62c2d77
commit f6f922c90c
2 changed files with 3 additions and 5 deletions

View File

@ -189,10 +189,8 @@ local matchptn={
return #match+1
end,
["BB"]=function(id, train)
if match=="B" then
train.atc_brake_target = -1
train.tarvelocity = 0
else
train.atc_brake_target = -1
train.tarvelocity = 0
return 2
end,
["W"]=function(id, train)

View File

@ -178,7 +178,7 @@ advtrains.te_register_on_create(function(id, train)
-- Make train a shunt move
train.is_shunt = true
elseif ts_id==nil then
atwarn("Train",id,": Unable to determine whether to block a track section!")
atlog("Train",id,": Unable to determine whether to block a track section!")
else
--atdebug("Train",id,": Outside of interlocked area!")
end