From: terencehill Date: Sun, 14 Dec 2014 15:14:41 +0000 (+0100) Subject: Fix typo X-Git-Tag: xonotic-v0.8.0~80^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cddfb671b3d067a791c3a46b96900cb0c8b2a29b;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/server/t_items.qc b/qcsrc/server/t_items.qc index 2e537b4a3..03081ff4b 100644 --- a/qcsrc/server/t_items.qc +++ b/qcsrc/server/t_items.qc @@ -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?