]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorterencehill <piuntn@gmail.com>
Sun, 14 Dec 2014 15:14:41 +0000 (16:14 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 14 Dec 2014 15:14:41 +0000 (16:14 +0100)
qcsrc/server/t_items.qc

index 2e537b4a3428877827eb62376e29d1bdcfb7d4ad..03081ff4b1526e5f3cc0a486aec68f50c874ee23 100644 (file)
@@ -855,7 +855,7 @@ float commodity_pickupevalfunc(entity player, entity item)
                else if(wi.items & IT_PLASMA)
                        need_plasma = TRUE;
                else if(wi.items & IT_FUEL)
-                       need_cells = TRUE;
+                       need_fuel = TRUE;
        }
 
        // TODO: figure out if the player even has the weapon this ammo is for?