mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
bracket mistake
This commit is contained in:
parent
c81e9e5a5e
commit
d2a7cc77cc
@ -4001,7 +4001,7 @@ end
|
|||||||
function RAT:_ATCInit(airports_map)
|
function RAT:_ATCInit(airports_map)
|
||||||
if not RAT.ATC.init then
|
if not RAT.ATC.init then
|
||||||
local text
|
local text
|
||||||
text="Starting RAT ATC.\nSimultanious = "..RAT.ATC.Nclearance.."\n".."Delay = "..RAT.ATC.delay)
|
text="Starting RAT ATC.\nSimultanious = "..RAT.ATC.Nclearance.."\n".."Delay = "..RAT.ATC.delay
|
||||||
self:T(RAT.id..text)
|
self:T(RAT.id..text)
|
||||||
RAT.ATC.init=true
|
RAT.ATC.init=true
|
||||||
for _,ap in pairs(airports_map) do
|
for _,ap in pairs(airports_map) do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user