From c80ecbf4ac60824e5144a2ed19dc46f87dbd1ad3 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 9 Sep 2010 00:18:49 +0300 Subject: [PATCH] Fix a comment --- data/qcsrc/server/w_grabber.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2