Smaller fixes

This commit is contained in:
Applevangelist
2023-09-19 12:13:39 +02:00
parent 81fd5cb605
commit 6d94a0c776
3 changed files with 5 additions and 5 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.