#MANTIS 4-Tier-Approach

This commit is contained in:
Applevangelist
2025-02-18 11:12:14 +01:00
parent 3df9b54c01
commit d081e115c7
2 changed files with 113 additions and 55 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