1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-04 09:42:30 +02:00

biter_attacks module off by default

This commit is contained in:
grilledham 2019-05-16 11:10:07 +01:00
parent 14165acdb2
commit 500bcd1a18

View File

@ -342,7 +342,7 @@ global.config = {
},
-- allows for large-scale biter attacks
biter_attacks = {
enabled = true,
enabled = false,
-- whether or not to send attacks on timed intervals (against a random player)
timed_attacks = {
enabled = true,