#AUTOLASE

* Fix for "self" error after start
This commit is contained in:
Applevangelist 2022-08-25 13:28:20 +02:00
parent 7743456d7d
commit 1c54f6b2f4

View File

@ -111,7 +111,7 @@ AUTOLASE = {
--- AUTOLASE class version. --- AUTOLASE class version.
-- @field #string version -- @field #string version
AUTOLASE.version = "0.1.13" AUTOLASE.version = "0.1.14"
------------------------------------------------------------------- -------------------------------------------------------------------
-- Begin Functional.Autolase.lua -- Begin Functional.Autolase.lua
@ -215,7 +215,7 @@ function AUTOLASE:New(RecceSet, Coalition, Alias, PilotSet)
self:HandleEvent(EVENTS.PlayerEnterAircraft) self:HandleEvent(EVENTS.PlayerEnterAircraft)
--self:SetPilotMenu() --self:SetPilotMenu()
end end
self.SetPilotMenu() --self.SetPilotMenu()
self:SetClusterAnalysis(false, false) self:SetClusterAnalysis(false, false)