Merge pull request #2283 from FlightControl-Master/master

Merge from master
This commit is contained in:
Thomas
2025-04-17 08:45:51 +02:00
committed by GitHub

View File

@@ -1842,7 +1842,6 @@ end
-- @param #GROUP self
-- @return #table
function GROUP:GetTemplateRoutePoints()
if not self or not self:IsAlive() then return end
local GroupName = self:GetName()
local template = _DATABASE:GetGroupTemplate(GroupName)
if template and template.route and template.route.points then