Airbase - added 2 AFB to SA map

This commit is contained in:
Applevangelist
2022-07-22 11:02:08 +02:00
parent 420526df9d
commit 498d7e2f66
2 changed files with 5 additions and 2 deletions

View File

@@ -5825,8 +5825,7 @@ do -- SET_ZONE
if self.Filter.Prefixes then
local MZonePrefix = false
for ZonePrefixId, ZonePrefix in pairs( self.Filter.Prefixes ) do
env.info(string.format("zone %s %s", MZoneName, ZonePrefix))
self:I( { "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