Skip to content

Commit aba5188

Browse files
authored
Fix sv_game_build_branch referencing the wrong string (#477)
1 parent 9b76bc4 commit aba5188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "vcs_info.h"
2020

2121
static cvar_t build_commit = { "sv_game_build_commit", g_VCSInfo_Commit };
22-
static cvar_t build_branch = { "sv_game_build_branch", g_VCSInfo_Commit };
22+
static cvar_t build_branch = { "sv_game_build_branch", g_VCSInfo_Branch };
2323

2424
cvar_t displaysoundlist = {"displaysoundlist","0"};
2525

0 commit comments

Comments
 (0)