From f7a0bf7eaf1b942ca955c2626a650d5ba02b6a26 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 6 Sep 2018 05:35:14 +1000 Subject: [PATCH] Remove an unnecessary ammo check --- qcsrc/common/notifications/all.qh | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 5a2adba1c..fda5d9355 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -626,8 +626,6 @@ string notif_arg_spree_inf(float type, string input, string player, float spree) string notif_arg_item_wepammo(float f1, float f2) { - if(f2 <= 0) - return ""; string ammoitems = ""; Weapon wep = Weapons_from(f1); switch (wep.ammo_type) -- 2.39.2