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

@ -11,7 +11,7 @@
// console vars
ConVar yb_password ("yb_password", "", VT_PASSWORD);
ConVar yb_password_key ("yb_password_key", "_ybpw", VT_NOSERVER);
ConVar yb_password_key ("yb_password_key", "_ybpw");
ConVar yb_language ("yb_language", "en");
ConVar yb_version ("yb_version", PRODUCT_VERSION, VT_READONLY);