From 693052ad311cb26e7746c6c2f68670eb45b37b75 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Mon, 15 Jun 2020 03:29:41 +1000 Subject: [PATCH] Enable timeouts in tourney mode --- xonotic-server.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index c7b63f536..094f17b00 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -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" -- 2.39.2