mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-26 03:39:13 +01:00
Register allow_spectators cvar.
This commit is contained in:
parent
c6b353e092
commit
f575e78a9b
@ -455,6 +455,7 @@ void GameDLLInit( void )
|
|||||||
g_footsteps = CVAR_GET_POINTER( "mp_footsteps" );
|
g_footsteps = CVAR_GET_POINTER( "mp_footsteps" );
|
||||||
|
|
||||||
CVAR_REGISTER( &displaysoundlist );
|
CVAR_REGISTER( &displaysoundlist );
|
||||||
|
CVAR_REGISTER( &allow_spectators );
|
||||||
|
|
||||||
CVAR_REGISTER( &teamplay );
|
CVAR_REGISTER( &teamplay );
|
||||||
CVAR_REGISTER( &fraglimit );
|
CVAR_REGISTER( &fraglimit );
|
||||||
|
Loading…
Reference in New Issue
Block a user