This commit is contained in:
Applevangelist
2024-08-22 18:27:15 +02:00
parent 42069c5bbb
commit 733251bf06
2 changed files with 2 additions and 2 deletions

View File

@@ -2027,7 +2027,7 @@ do
local MGroupPrefix = false
for GroupPrefixId, GroupPrefix in pairs( self.Filter.GroupPrefixes ) do
--self:I( { "Prefix:", MGroup:GetName(), GroupPrefix } )
if string.find( string.lower(MGroup:GetName()), string.lower(GroupPrefix), 1 ) or string.find( string.lower(MGroup:GetName()), string.lower(GroupPrefix), 1, true ) then
if string.find(MGroup:GetName(), string.gsub(GroupPrefix,"-","%%-"),1) then
MGroupPrefix = true
end
end