removed bunch of cvars from public query list.
only yb_version is now publicly queryable.
This commit is contained in:
parent
f9f49c6cc6
commit
2c10910972
8 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue