Merge remote-tracking branch 'origin/master' into develop

# Conflicts:
#	Moose Development/Moose/Utilities/Utils.lua
This commit is contained in:
Applevangelist
2023-09-19 12:14:54 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3483,7 +3483,7 @@ function RAT:Status(message, forID)
-- Get group.
local group=ratcraft.group --Wrapper.Group#GROUP
if group and group:IsAlive() then
if group and group:IsAlive() and (group:GetCoordinate() or group:GetVec3()) then
nalive=nalive+1
-- Gather some information.