From: MirceaKitsune Date: Wed, 8 Sep 2010 21:18:49 +0000 (+0300) Subject: Fix a comment X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c80ecbf4ac60824e5144a2ed19dc46f87dbd1ad3;p=voretournament%2Fvoretournament.git Fix a comment --- diff --git a/data/qcsrc/server/w_grabber.qc b/data/qcsrc/server/w_grabber.qc index 0f5a818e..9cd4fa77 100644 --- a/data/qcsrc/server/w_grabber.qc +++ b/data/qcsrc/server/w_grabber.qc @@ -11,8 +11,8 @@ REGISTER_WEAPON(GRABBER, w_grabber, IT_FUEL, 0, WEP_FLAG_CANCLIMB | WEP_TYPE_HIT void W_Grabber_UpdateStats(entity e, float shot, float hit) { - // this may not be entierly right, but for the time being we're recording the hook accuracy here - // this is likely needed for detecting if the hook has hit (linked to) another person though + // this may not be entierly right, but for the time being we're handling grabber accuracy here + // this is likely needed for detecting if the hook has hit (linked to) another player, which is counted as a hit if(shot) { e.stats_fired[e.weapon - 1] += 1;