]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qh
Remove an unnecessary ammo check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications / all.qh
index 5a2adba1cb984cd89e455d5294ce70e53c96e731..fda5d9355b127dece82660dadeff3a7f2fff507f 100644 (file)
@@ -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)