Browse Source

engine: server: remove duplicate registration for sv_autosave

pull/2/head
fgsfds 1 year ago committed by Alibek Omarov
parent
commit
97a7de3377
  1. 2
      engine/server/sv_main.c

2
engine/server/sv_main.c

@ -983,8 +983,6 @@ void SV_Init( void ) @@ -983,8 +983,6 @@ void SV_Init( void )
Cvar_RegisterVariable( &sv_enttools_enable );
Cvar_RegisterVariable( &sv_enttools_maxfire );
Cvar_RegisterVariable( &sv_autosave );
sv_allow_joystick = Cvar_Get( "sv_allow_joystick", "1", FCVAR_ARCHIVE, "allow connect with joystick enabled" );
sv_allow_mouse = Cvar_Get( "sv_allow_mouse", "1", FCVAR_ARCHIVE, "allow connect with mouse" );
sv_allow_touch = Cvar_Get( "sv_allow_touch", "1", FCVAR_ARCHIVE, "allow connect with touch controls" );

Loading…
Cancel
Save