2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-21 17:36:18 +01:00

Fix sv_game_build_branch referencing the wrong string (#477)

This commit is contained in:
Roman Chistokhodov 2024-10-24 09:52:51 +03:00 committed by GitHub
parent 9b76bc459b
commit aba51886c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"};