From 32d1185533b3f39bd94aeb0bd8ca83e771b8a9a1 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 27 Nov 2014 16:54:17 +1100 Subject: [PATCH] Change comment --- qcsrc/common/weapons/w_shotgun.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/w_shotgun.qc b/qcsrc/common/weapons/w_shotgun.qc index 973809bd0..5261c62dd 100644 --- a/qcsrc/common/weapons/w_shotgun.qc +++ b/qcsrc/common/weapons/w_shotgun.qc @@ -264,7 +264,7 @@ float W_Shotgun(float req) } case WR_CHECKAMMO2: { - // melee has infinite ammo + // melee does not use ammo return TRUE; } case WR_CONFIG: -- 2.39.2