mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#CONTROLLER
* Fix for Link4
This commit is contained in:
parent
402674470f
commit
158ffde780
@ -691,6 +691,7 @@ function CONTROLLABLE:CommandActivateACLS( UnitID, Name, Delay )
|
|||||||
SCHEDULER:New( nil, self.CommandActivateACLS, { self, UnitID, Name }, Delay )
|
SCHEDULER:New( nil, self.CommandActivateACLS, { self, UnitID, Name }, Delay )
|
||||||
else
|
else
|
||||||
local controller = self:_GetController()
|
local controller = self:_GetController()
|
||||||
|
self:I({controller})
|
||||||
controller:setCommand( CommandActivateACLS )
|
controller:setCommand( CommandActivateACLS )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user