* Remove dupe inheritance of BASE
This commit is contained in:
Applevangelist 2022-09-19 13:20:45 +02:00
parent d23403383f
commit d17df74191

View File

@ -620,8 +620,6 @@ function ATIS:New(AirbaseName, Frequency, Modulation)
-- Inherit everything from FSM class.
local self = BASE:Inherit( self, FSM:New() ) -- #ATIS
local self=BASE:Inherit(self, FSM:New()) -- #ATIS
self.airbasename=AirbaseName
self.airbase=AIRBASE:FindByName(AirbaseName)