From 4028c240809364affcaf3f3bf3d30ca9d7f546cb Mon Sep 17 00:00:00 2001 From: CzechMate Date: Mon, 11 May 2026 23:05:27 +0200 Subject: [PATCH] Change "tf_arena_preround_time" convar values --- src/game/shared/teamplayroundbased_gamerules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/shared/teamplayroundbased_gamerules.cpp b/src/game/shared/teamplayroundbased_gamerules.cpp index d4219a8ff59..90942ba8f9f 100644 --- a/src/game/shared/teamplayroundbased_gamerules.cpp +++ b/src/game/shared/teamplayroundbased_gamerules.cpp @@ -211,7 +211,7 @@ extern ConVar tf_competitive_preround_countdown_duration; #endif // TF_DLL //Arena Mode -ConVar tf_arena_preround_time( "tf_arena_preround_time", "10", FCVAR_NOTIFY | FCVAR_REPLICATED, "Length of the Pre-Round time", true, 5.0, true, 15.0 ); +ConVar tf_arena_preround_time( "tf_arena_preround_time", "10", FCVAR_NOTIFY | FCVAR_REPLICATED, "Length of the Pre-Round time", true, 0.0, false, 0.0 ); ConVar tf_arena_round_time( "tf_arena_round_time", "0", FCVAR_NOTIFY | FCVAR_REPLICATED ); ConVar tf_arena_max_streak( "tf_arena_max_streak", "3", FCVAR_NOTIFY | FCVAR_REPLICATED, "Teams will be scrambled if one team reaches this streak" ); ConVar tf_arena_use_queue( "tf_arena_use_queue", "1", FCVAR_REPLICATED | FCVAR_NOTIFY, "Enables the spectator queue system for Arena." );