Refactoring

This commit is contained in:
Frank
2020-05-18 10:26:48 +02:00
parent f2af1b1921
commit 322e079486
2 changed files with 17 additions and 12 deletions
+7 -6
View File
@@ -67,12 +67,6 @@ function NAVYGROUP:New(GroupName)
-- Set some string id for output to DCS.log file.
self.lid=string.format("NAVYGROUP %s | ", self.groupname)
-- Init waypoints.
self:InitWaypoints()
-- Initialize the group.
self:_InitGroup()
-- Defaults
self:SetDefaultROE()
self:SetDetection()
@@ -100,6 +94,13 @@ function NAVYGROUP:New(GroupName)
-- TODO: Add pseudo functions.
-- Init waypoints.
self:InitWaypoints()
-- Initialize the group.
self:_InitGroup()
-- Debug trace.
if false then
self.Debug=true