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,7 +15,7 @@
#include <yapb.h>
ConVar cv_chat ("ub_chat", "1", "Enables or disables bots chat functionality.");
ConVar cv_chat ("yb_chat", "1", "Enables or disables bots chat functionality.");
void BotSupport::stripTags (String &line) {
if (line.empty ()) {