Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2023-12-16 09:32:14 +01:00
19 changed files with 993 additions and 397 deletions

View File

@@ -1159,6 +1159,7 @@ function GROUP:GetAverageCoordinate()
local coord = COORDINATE:NewFromVec3(vec3)
local Heading = self:GetHeading()
coord.Heading = Heading
return coord
else
BASE:E( { "Cannot GetAverageCoordinate", Group = self, Alive = self:IsAlive() } )
return nil