diff --git a/dlls/client.cpp b/dlls/client.cpp index 45e78801..27321796 100644 --- a/dlls/client.cpp +++ b/dlls/client.cpp @@ -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.