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

@ -9,10 +9,10 @@
#include <core.h>
ConVar yb_wptsubfolder ("yb_wptsubfolder", "", VT_NOSERVER);
ConVar yb_wptsubfolder ("yb_wptsubfolder", "");
ConVar yb_waypoint_autodl_host ("yb_waypoint_autodl_host", "yapb.jeefo.net", VT_NOSERVER);
ConVar yb_waypoint_autodl_enable ("yb_waypoint_autodl_enable", "1", VT_NOSERVER);
ConVar yb_waypoint_autodl_host ("yb_waypoint_autodl_host", "yapb.jeefo.net");
ConVar yb_waypoint_autodl_enable ("yb_waypoint_autodl_enable", "1");
void Waypoint::Init (void)
{