summaryrefslogtreecommitdiff
path: root/source/sv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_main.c')
-rw-r--r--source/sv_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_main.c b/source/sv_main.c
index 7a89ad8..2beeb23 100644
--- a/source/sv_main.c
+++ b/source/sv_main.c
@@ -1796,7 +1796,7 @@ void SV_Init( void ) {
sv_badauth_time->changed = sv_badauth_time_changed;
Cvar_Get( "sv_features", va( "%d", GMF_CLIENTNUM|GMF_MVDSPEC ), CVAR_ROM );
- g_features = Cvar_Get( "g_features", NULL, CVAR_USER_CREATED );
+ g_features = Cvar_Ref( "g_features" );
//
// set up default pmove parameters