mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
parent
72303ffbad
commit
8ae8c94b27
@ -2107,7 +2107,7 @@ do
|
|||||||
|
|
||||||
if group and group:IsAlive() and (Coalitions==nil or UTILS.IsAnyInTable(Coalitions, group:GetCoalition())) then
|
if group and group:IsAlive() and (Coalitions==nil or UTILS.IsAnyInTable(Coalitions, group:GetCoalition())) then
|
||||||
|
|
||||||
local coord=group:GetCoord()
|
local coord=group:GetCoordinate()
|
||||||
|
|
||||||
-- Distance between ref. coordinate and group coordinate.
|
-- Distance between ref. coordinate and group coordinate.
|
||||||
local d=UTILS.VecDist3D(Coordinate, coord)
|
local d=UTILS.VecDist3D(Coordinate, coord)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user