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:
parent
ed6ffcdc47
commit
9e5786f778
@ -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'})
|
||||
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user