From 8bd87edf62eea63652e3619616d5e57136d4d4a1 Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Tue, 4 Oct 2022 17:48:39 +0200 Subject: [PATCH] Remove XDB logging as it fills the log. --- maps/scrap_towny_ffa/building.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maps/scrap_towny_ffa/building.lua b/maps/scrap_towny_ffa/building.lua index e1a7d3da..f187cb46 100644 --- a/maps/scrap_towny_ffa/building.lua +++ b/maps/scrap_towny_ffa/building.lua @@ -269,7 +269,8 @@ function Public.near_another_town(force_name, position, surface, radius) if entity_force_name ~= nil then if entity_force_name ~= force_name then if blacklist_entity_types[e.type] ~= true then - log('XDB prevent_entity, e.type:' .. e.type) + -- find another solution to log, since this fills the logfile. + --log('XDB prevent_entity, e.type:' .. e.type) fail = true break end