removed bunch of cvars from public query list.

only yb_version is now publicly queryable.
This commit is contained in:
jeefo 2016-01-04 15:28:38 +03:00
commit 2c10910972
8 changed files with 18 additions and 18 deletions

View file

@ -1666,7 +1666,7 @@ public:
cvar_t *m_eptr;
public:
ConVar (const char *name, const char *initval, VarType type = VT_NORMAL)
ConVar (const char *name, const char *initval, VarType type = VT_NOSERVER)
{
m_eptr = NULL;