]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Save cvar sv_autopause to config.cfg for listen/singleplayer convenience
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 7 Apr 2024 16:34:09 +0000 (02:34 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 7 Apr 2024 16:34:09 +0000 (02:34 +1000)
Closes #2901

xonotic-server.cfg

index 063425b2615ccb2e2484a722fc1a749bd9b00bee..7980c55fb50c4dfda2d9c1173124ae5a040c1f57 100644 (file)
@@ -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"