misc: changed the cvars prefixses
misc: changed graph download url
This commit is contained in:
parent
4e109a174b
commit
a22cc6db93
11 changed files with 56 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue