#MANTIS - New 4-Tier-Approach

This commit is contained in:
Applevangelist
2025-02-18 11:13:23 +01:00
parent a49bd23a2a
commit f9ba96f228
2 changed files with 115 additions and 56 deletions

View File

@@ -443,7 +443,9 @@ do
for _,_groups in pairs (shoradset) do
local groupname = _groups:GetName()
if string.find(groupname, tgtgrp, 1, true) then
returnname = true
if _groups:IsSAM() then
returnname = true
end
end
end
return returnname