From: MirceaKitsune Date: Wed, 2 Mar 2011 14:59:20 +0000 (+0200) Subject: Add a comment X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d7bc843737a17b7020b9673fa027ff5e59d49dd1;p=voretournament%2Fvoretournament.git Add a comment --- diff --git a/data/qcsrc/server/g_grabber.qc b/data/qcsrc/server/g_grabber.qc index 079a0e12..4df1ad58 100644 --- a/data/qcsrc/server/g_grabber.qc +++ b/data/qcsrc/server/g_grabber.qc @@ -269,7 +269,7 @@ void GrabberTouch (void) if(other.BUTTON_CHAT) self.owner.typehitsound += 1; else - self.owner.hitsound += 1; + self.owner.hitsound += 1; // play this for team mates too, as we could be grabbing them to heal them W_Grabber_UpdateStats(self.owner, FALSE, TRUE); // count this as a hit }