mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
RAT fixed typo
This commit is contained in:
@@ -4265,10 +4265,10 @@ end
|
|||||||
function RAT:_CommandImmortal(group, switch)
|
function RAT:_CommandImmortal(group, switch)
|
||||||
|
|
||||||
-- Command structure for setting groups to invisible.
|
-- Command structure for setting groups to invisible.
|
||||||
local SetInvisible = {id = 'SetImmortal', params = {value = switch}}
|
local SetImmortal = {id = 'SetImmortal', params = {value = switch}}
|
||||||
|
|
||||||
-- Execute command.
|
-- Execute command.
|
||||||
group:SetCommand(SetInvisible)
|
group:SetCommand(SetImmortal)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Adds a parking spot at an airport when it has been used by a spawned RAT aircraft to the RAT parking data base.
|
--- Adds a parking spot at an airport when it has been used by a spawned RAT aircraft to the RAT parking data base.
|
||||||
|
|||||||
Reference in New Issue
Block a user