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
commit d7d46d4f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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