mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
#AUTOLASE
* Fix for "self" error after start
This commit is contained in:
parent
7743456d7d
commit
1c54f6b2f4
@ -111,7 +111,7 @@ AUTOLASE = {
|
||||
|
||||
--- AUTOLASE class version.
|
||||
-- @field #string version
|
||||
AUTOLASE.version = "0.1.13"
|
||||
AUTOLASE.version = "0.1.14"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
-- Begin Functional.Autolase.lua
|
||||
@ -215,7 +215,7 @@ function AUTOLASE:New(RecceSet, Coalition, Alias, PilotSet)
|
||||
self:HandleEvent(EVENTS.PlayerEnterAircraft)
|
||||
--self:SetPilotMenu()
|
||||
end
|
||||
self.SetPilotMenu()
|
||||
--self.SetPilotMenu()
|
||||
|
||||
|
||||
self:SetClusterAnalysis(false, false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user