[FIXED] Memory leaks

This commit is contained in:
smiki 2025-07-03 09:45:21 +02:00
parent 9e0f03a3cd
commit f9257b2b0d

View File

@ -3153,7 +3153,7 @@ end
-- @param #WAREHOUSE self
-- @return Core.Point#COORDINATE The coordinate of the warehouse.
function WAREHOUSE:GetCoordinate()
return self.warehouse:GetCoordinate()
return self.warehouse:GetCoord()
end
--- Get 3D vector of warehouse static.