1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Fix removed lines

This commit is contained in:
Gerkiz 2024-01-09 21:58:49 +01:00
parent ed6ffcdc47
commit 9e5786f778
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,6 @@ function Public.reset_map()
AntiGrief.enable_capsule_cursor_warning(false)
AntiGrief.enable_jail(true)
AntiGrief.damage_entity_threshold(20)
AntiGrief.explosive_threshold(32)
AntiGrief.decon_surface_blacklist(surface.name)
AntiGrief.filtered_types_on_decon({'tree', 'simple-entity', 'fish'})

View File

@ -57,7 +57,8 @@ local this = {
players_warn_when_decon = {},
players_warn_on_long_texts = {},
on_cancelled_deconstruction = {tick = 0, count = 0},
limit = 2000
limit = 2000,
admin_button_validation = {}
}
local blacklisted_types = {