1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

Remove XDB logging as it fills the log.

This commit is contained in:
Gerkiz 2022-10-04 17:48:39 +02:00 committed by GitHub
parent 25781a5288
commit 8bd87edf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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