This commit is contained in:
Applevangelist 2023-12-21 11:06:31 +01:00
parent fc0c54c7fd
commit 63acca90fd

View File

@ -7809,7 +7809,7 @@ do -- SET_OPSGROUP
local MGroupPrefix = false
for GroupPrefixId, GroupPrefix in pairs( self.Filter.GroupPrefixes ) do
if string.find( MGroup:GetName(), GroupPrefix:gsub ("-", "%%-"), 1 ) then --Not sure why "-" is replaced by "%-" ?!
if string.find( MGroup:GetName(), GroupPrefix:gsub ("-", "%%-"), 1 ) then --Not sure why "-" is replaced by "%-" ?! - So we can still match group names with a dash in them
MGroupPrefix = true
end
end