SET - fix for left over self:I()

This commit is contained in:
Applevangelist
2022-07-22 11:06:55 +02:00
parent 636d6ce324
commit a37d4214c0
2 changed files with 2 additions and 1 deletions

View File

@@ -5627,7 +5627,7 @@ do -- SET_ZONE
if self.Filter.Prefixes then
local MZonePrefix = false
for ZonePrefixId, ZonePrefix in pairs( self.Filter.Prefixes ) do
self:T3( { "Prefix:", string.find( MZoneName, ZonePrefix, 1 ), ZonePrefix } )
self:T2( { "Prefix:", string.find( MZoneName, ZonePrefix, 1 ), ZonePrefix } )
if string.find( MZoneName, ZonePrefix, 1 ) then
MZonePrefix = true
end