From: Spike29 Date: Sun, 29 Sep 2024 09:31:20 +0000 (+0200) Subject: Use team spawn points (if any) by default in Freeze Tag, applies vote 22 of the Balan... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d55586157589a10fa09ebda1692c7dfb815423f;p=xonotic%2Fxonotic-data.pk3dir.git Use team spawn points (if any) by default in Freeze Tag, applies vote 22 of the Balance Council. --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index a32d1b2b9..7e86d7f26 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -423,7 +423,7 @@ set g_freezetag_revive_auto_reducible_maxforce 400 "max force considered at once set g_freezetag_revive_spawnshield 1 "apply spawnshield for this time in seconds after the player has been revived" set g_freezetag_frozen_maxtime 60 "frozen players will be automatically unfrozen after this time in seconds" set g_freezetag_teams_override 0 -set g_freezetag_team_spawns 0 "when 1, players spawn from the team spawnpoints of the map, if any" +set g_freezetag_team_spawns 1 "when 1, players spawn from the team spawnpoints of the map, if any" set g_freezetag_teams 0 set g_freezetag_weaponarena "most_available" "starting weapons - takes the same options as g_weaponarena"