You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/client/tf/tf_hud_tournament.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ using namespace vgui;
57
57
#defineTOURNAMENT_PANEL_UPDATE_INTERVAL0.25f
58
58
59
59
#ifdef BDSBASE
60
-
ConVar cl_hud_tournament_always_centered("cl_hud_tournament_always_centered", "0", FCVAR_ARCHIVE, "Ensure that the client is always visible within the tournament HUD.");
60
+
ConVar cl_hud_tournament_always_centered("cl_hud_tournament_always_centered", "1", FCVAR_ARCHIVE, "Ensure that the client is always visible within the tournament HUD.");
0 commit comments