Fix allow_spectators cvar behavior.

This commit is contained in:
Night Owl 2018-04-23 03:19:31 +05:00
parent 5c2bff7b28
commit 9cff85748f
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ void ClientCommand( edict_t *pEntity )
return;
}
if( g_bIsThreeWave )
if( g_bIsThreeWave || !allow_spectators.value )
return;
//Dont spectate if player is in game in arena.