]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable timeouts in tourney mode 829/head
authorbones_was_here <bones_was_here@yahoo.com.au>
Sun, 14 Jun 2020 17:29:41 +0000 (03:29 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Sun, 14 Jun 2020 17:29:41 +0000 (03:29 +1000)
xonotic-server.cfg

index c7b63f536cafb6cb442c89bd17d6716295c8f31b..094f17b0068ff98552cd64226931b121e0ed01f3 100644 (file)
@@ -40,8 +40,8 @@ set g_chat_nospectators 0 "if 0 spec/observer chat is always visible to the play
 set sv_vote_nospectators 0 "only players can call a vote (thus spectators and observers can't call a vote): 0 = all people can vote, 1 = spectators can vote in warmup stage, 2 = only players can vote (no exceptions)."
 
 alias g_tourney "g_tourney_$1"
-alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1"
-alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0"
+alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1; sv_timeout 1"
+alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0; sv_timeout 0"
 
 set sv_timeout 0 "allow a player to call a timeout, this will pause the game for some time"
 set sv_timeout_length 120 "how long the game will be paused at max, in seconds"