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
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue