From: MirceaKitsune Date: Mon, 28 Feb 2011 01:26:22 +0000 (+0200) Subject: Revert another part of the code X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=9722bd23216a77526448a218ef3db47d24a5eabd Revert another part of the code --- diff --git a/data/qcsrc/server/cl_player.qc b/data/qcsrc/server/cl_player.qc index bef0ec68..92f0dca6 100644 --- a/data/qcsrc/server/cl_player.qc +++ b/data/qcsrc/server/cl_player.qc @@ -1293,7 +1293,6 @@ void GlobalSound(string sample, float chan, float voicetype) break; tauntrand = random(); FOR_EACH_REALCLIENT(msg_entity) - { if (tauntrand < msg_entity.cvar_cl_autotaunt) if (msg_entity.cvar_cl_voice_directional >= 1) { @@ -1304,7 +1303,6 @@ void GlobalSound(string sample, float chan, float voicetype) } else soundto(MSG_ONE, self, chan, sample, VOL_BASEVOICE, ATTN_NONE); - } break; case VOICETYPE_TAUNT: if(self.classname == "player")