mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
ATIS
* Remove dupe inheritance of BASE
This commit is contained in:
parent
d23403383f
commit
d17df74191
@ -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