Fix last commit (and another warn2log)
This commit is contained in:
parent
f2a62c2d77
commit
f6f922c90c
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user