* less noise

This commit is contained in:
Applevangelist
2022-11-27 17:34:46 +01:00
parent 1a8f9fca26
commit 136d4109f5
8 changed files with 13 additions and 9 deletions

View File

@@ -504,7 +504,7 @@ do -- COORDINATE
local gotscenery=false
local function EvaluateZone(ZoneObject)
BASE:I({ZoneObject})
BASE:T({ZoneObject})
if ZoneObject then
-- Get category of scanned object.

View File

@@ -6800,7 +6800,7 @@ do -- SET_SCENERY
if ZoneSet then
for _,_zone in pairs(ZoneSet.Set) do
self:I("Zone type handed: "..tostring(_zone.ClassName))
self:T("Zone type handed: "..tostring(_zone.ClassName))
table.insert(zonenames,_zone:GetName())
end
self:AddSceneryByName(zonenames)