mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1ae8e7d55e
@ -620,8 +620,6 @@ function ATIS:New(AirbaseName, Frequency, Modulation)
|
|||||||
-- Inherit everything from FSM class.
|
-- Inherit everything from FSM class.
|
||||||
local self = BASE:Inherit( self, FSM:New() ) -- #ATIS
|
local self = BASE:Inherit( self, FSM:New() ) -- #ATIS
|
||||||
|
|
||||||
local self=BASE:Inherit(self, FSM:New()) -- #ATIS
|
|
||||||
|
|
||||||
self.airbasename=AirbaseName
|
self.airbasename=AirbaseName
|
||||||
self.airbase=AIRBASE:FindByName(AirbaseName)
|
self.airbase=AIRBASE:FindByName(AirbaseName)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user