]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
Better names for the stats
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index 32b611e91586ae00e96aa646887b1ba6592c5364..9f0075afa53756b1f278443e979f7d37bde3c424 100644 (file)
@@ -489,7 +489,7 @@ void Item_Touch (void)
        if(!Item_GiveTo(self, other))
                return;
 
-       other.stat_crosshair_pickup = time;
+       other.last_pickup = time;
 
        pointparticles(particleeffectnum("item_pickup"), self.origin, '0 0 0', 1);