Add back compatibility with csgo (LittleQWord problem)

This commit is contained in:
maxime1907
2021-12-04 00:15:25 +01:00
parent 3acd92c898
commit 5741936fb6
2 changed files with 58 additions and 0 deletions
+2
View File
@@ -98,6 +98,8 @@ ConVar *g_SvCountBotsInfo = CreateConVar("sv_count_bots_info", "1", FCVAR_NOTIFY
ConVar *g_SvCountBotsPlayer = CreateConVar("sv_count_bots_player", "0", FCVAR_NOTIFY, "Display bots as players in the a2s_player server query. Enable = '1', Disable = '0'");
#if SOURCE_ENGINE < SE_CSGO
ConVar *g_SvHostNameStore = CreateConVar("host_name_store", "1", FCVAR_NOTIFY, "Whether hostname is recorded in game events and GOTV.");
#else
ConVar *g_SvHostNameStore = NULL;
#endif
ConVar *g_pSvVisibleMaxPlayers = NULL;
ConVar *g_pSvTags = NULL;