From bac4c4c105a7b1daee7e19c35f1b03e4b9a2946f Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Fri, 21 Jan 2011 19:25:00 +0200 Subject: [PATCH] Comment that last change --- qcsrc/server/cl_weaponsystem.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/cl_weaponsystem.qc b/qcsrc/server/cl_weaponsystem.qc index c1c87d63e..7f9707870 100644 --- a/qcsrc/server/cl_weaponsystem.qc +++ b/qcsrc/server/cl_weaponsystem.qc @@ -1646,6 +1646,7 @@ float W_ReloadCheck(float ammo_amount) sprint(self, strcat("You don't have any ammo to reload the ^2", W_Name(self.weapon), "\n")); self.reload_complain = time + 1; } + // is there's no more ammo to reload, only switch to another weapon if there's no more load in this one if(!self.ammo_counter) { self.ammo_counter = -1; // reload later -- 2.39.2