From: MirceaKitsune Date: Sun, 26 Sep 2010 21:00:24 +0000 (+0300) Subject: No intermission music for spectators (since they don't either win nor loose, so what... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=08303e46918228da1c5839dd7beeaaebb2594e76;p=voretournament%2Fvoretournament.git No intermission music for spectators (since they don't either win nor loose, so what do we play for them?) --- diff --git a/data/qcsrc/server/g_world.qc b/data/qcsrc/server/g_world.qc index c34b4b5b..00c31a5f 100644 --- a/data/qcsrc/server/g_world.qc +++ b/data/qcsrc/server/g_world.qc @@ -1351,6 +1351,7 @@ void FixIntermissionClient(entity e) e.weaponentity.weaponentity.effects = EF_NODRAW; } if(clienttype(e) == CLIENTTYPE_REAL) + if(!e.spectatee_status) { stuffcmd(e, "\nscr_printspeed 1000000\n"); if(e.winning)