2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 09:57:21 +01:00

Register allow_spectators cvar.

This commit is contained in:
Night Owl 2017-07-06 03:47:59 +05:00
parent c6b353e092
commit f575e78a9b

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