This commit is contained in:
Applevangelist
2023-12-09 13:03:34 +01:00
parent 6903e252d2
commit b3a006096c
2 changed files with 41 additions and 48 deletions

View File

@@ -1157,6 +1157,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