mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 09:26:14 +01:00
Fix sv_game_build_branch referencing the wrong string (#477)
This commit is contained in:
parent
9b76bc459b
commit
aba51886c3
@ -19,7 +19,7 @@
|
||||
#include "vcs_info.h"
|
||||
|
||||
static cvar_t build_commit = { "sv_game_build_commit", g_VCSInfo_Commit };
|
||||
static cvar_t build_branch = { "sv_game_build_branch", g_VCSInfo_Commit };
|
||||
static cvar_t build_branch = { "sv_game_build_branch", g_VCSInfo_Branch };
|
||||
|
||||
cvar_t displaysoundlist = {"displaysoundlist","0"};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user