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 )
|
||||
else
|
||||
local controller = self:_GetController()
|
||||
self:I({controller})
|
||||
controller:setCommand( CommandActivateACLS )
|
||||
end
|
||||
|
||||
@ -763,7 +764,7 @@ function CONTROLLABLE:CommandActivateLink4(Frequency, UnitID, Callsign, Delay)
|
||||
local CommandActivateLink4= {
|
||||
id = "ActivateLink4",
|
||||
params= {
|
||||
["frequency "] = freq*1000000,
|
||||
["frequency"] = freq*1000000,
|
||||
["unitId"] = UnitID or self:GetID(),
|
||||
["name"] = Callsign or "LNK",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user