From 863218874418d7ae2aa8561e86f0004c5891625d Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:11:00 +0200 Subject: [PATCH] Turn off peaceful end on main (#2585) --- Resources/ConfigPresets/Corvax/main.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/ConfigPresets/Corvax/main.toml b/Resources/ConfigPresets/Corvax/main.toml index 3fe4de2fe55..4b91f6fbc92 100644 --- a/Resources/ConfigPresets/Corvax/main.toml +++ b/Resources/ConfigPresets/Corvax/main.toml @@ -5,6 +5,7 @@ map_pool = "CorvaxDefaultMapPool" maxplayers = 190 soft_max_players = 105 map_rotation = true +peaceful_end = false [server] rules_file = "CorvaxLRPRuleset"