We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b76bc4 commit aba5188Copy full SHA for aba5188
dlls/game.cpp
@@ -19,7 +19,7 @@
19
#include "vcs_info.h"
20
21
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 };
+static cvar_t build_branch = { "sv_game_build_branch", g_VCSInfo_Branch };
23
24
cvar_t displaysoundlist = {"displaysoundlist","0"};
25
0 commit comments