misc: changed the cvars prefixses

misc: changed graph download url
This commit is contained in:
dmitry 2020-06-12 20:05:07 +03:00 committed by jeefo
commit a22cc6db93
11 changed files with 56 additions and 51 deletions

View file

@ -15,8 +15,8 @@
#include <yapb.h>
ConVar cv_display_welcome_text ("ub_display_welcome_text", "1", "Enables or disables showing welcome message to host entity on game start.");
ConVar cv_enable_query_hook ("ub_enable_query_hook", "1", "Enables or disables fake server queries response, that shows bots as real players in server browser.");
ConVar cv_display_welcome_text ("yb_display_welcome_text", "1", "Enables or disables showing welcome message to host entity on game start.");
ConVar cv_enable_query_hook ("yb_enable_query_hook", "1", "Enables or disables fake server queries response, that shows bots as real players in server browser.");
BotSupport::BotSupport () {
m_needToSendWelcome = false;