OPS and SCHEDULER

This commit is contained in:
Frank
2021-08-05 00:23:25 +02:00
parent 1a53f58540
commit f67cf99477
9 changed files with 59 additions and 31 deletions

View File

@@ -1178,7 +1178,7 @@ function ARMYGROUP:_InitGroup(Template)
self:SetDefaultRadio(self.radio.Freq, self.radio.Modu, self.radio.On)
-- Set default formation from first waypoint.
self.optionDefault.Formation=self:GetWaypoint(1).action
self.optionDefault.Formation=template.route.points[1].action --self:GetWaypoint(1).action
-- Default TACAN off.
self:SetDefaultTACAN(nil, nil, nil, nil, true)