mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-11 03:43:38 +00:00
xx
This commit is contained in:
@@ -1307,7 +1307,8 @@ function REDGCI:_SetupF10Menu()
|
||||
self:Reset()
|
||||
self:_Log("GCI Reset via F10 menu")
|
||||
end)
|
||||
|
||||
|
||||
--[[
|
||||
missionCommands.addCommandForCoalition(self.Coalition, "Toggle AI Mode", root,
|
||||
function()
|
||||
self.IsAIPlane = not self.IsAIPlane
|
||||
@@ -1316,6 +1317,7 @@ function REDGCI:_SetupF10Menu()
|
||||
self.Coalition, "[GCI] AI mode " .. status, 3)
|
||||
self:_Log("AI mode: " .. status)
|
||||
end)
|
||||
--]]
|
||||
end
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user