Skip to content

Commit d3e937e

Browse files
authored
default 1
1 parent f7da752 commit d3e937e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/neo/ui/neo_hud_round_state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DECLARE_NAMED_HUDELEMENT(CNEOHud_RoundState, NRoundState);
3030

3131
NEO_HUD_ELEMENT_DECLARE_FREQ_CVAR(RoundState, 0.1)
3232

33-
ConVar cl_neo_round_hud_swap_sides("cl_neo_round_hud_swap_sides", "0", FCVAR_ARCHIVE, "Make the team of the local player always appear on the left side of the round info", true, 0.0, true, 1.0);
33+
ConVar cl_neo_round_hud_swap_sides("cl_neo_round_hud_swap_sides", "1", FCVAR_ARCHIVE, "Make the team of the local player always appear on the left side of the round info", true, 0.0, true, 1.0);
3434
ConVar cl_neo_squad_hud_original("cl_neo_squad_hud_original", "1", FCVAR_ARCHIVE, "Use the old squad HUD", true, 0.0, true, 1.0);
3535
ConVar cl_neo_squad_hud_star_scale("cl_neo_squad_hud_star_scale", "0", FCVAR_ARCHIVE, "Scaling to apply from 1080p, 0 disables scaling");
3636
extern ConVar sv_neo_dm_win_xp;

0 commit comments

Comments
 (0)