Register allow_spectators cvar.

This commit is contained in:
Night Owl 2017-07-06 03:47:59 +05:00
parent c6b353e092
commit f575e78a9b
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ void GameDLLInit( void )
g_footsteps = CVAR_GET_POINTER( "mp_footsteps" );
CVAR_REGISTER( &displaysoundlist );
CVAR_REGISTER( &allow_spectators );
CVAR_REGISTER( &teamplay );
CVAR_REGISTER( &fraglimit );