engine: server: remove duplicate registration for sv_autosave

This commit is contained in:
fgsfds 2023-02-14 23:40:37 +01:00 committed by Alibek Omarov
parent 7424b29e56
commit 97a7de3377
1 changed files with 0 additions and 2 deletions

View File

@ -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" );