From 8a4712f136309e49f860c6ebfa77609a824c8cd0 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 8 Apr 2024 02:34:09 +1000 Subject: [PATCH] Save cvar sv_autopause to config.cfg for listen/singleplayer convenience Closes #2901 --- xonotic-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 063425b26..7980c55fb 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -51,7 +51,7 @@ set sv_timeout_number 2 "how many timeouts one player is allowed to call (gets r set sv_timeout_leadtime 4 "how long the players will be informed that a timeout was called before it starts, in seconds" set sv_timeout_resumetime 3 "how long the remaining timeout-time will be after a player called the timein command" -set sv_autopause 1 "Single player or listen server: pause while all clients have the menu, console or chat open. Dedicated server: pause after starting a map if the server is empty and unpause when the first player joins the empty server." +seta sv_autopause 1 "Single player or listen server: pause while all clients have the menu, console or chat open. Dedicated server: pause after starting a map if the server is empty and unpause when the first player joins the empty server." set g_telefrags 1 "telefragging, i.e. killing someone who stands in the way of someone who is teleporting" set g_telefrags_teamplay 1 "never telefrag team mates" -- 2.39.2