]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qc
Merge branch 'terencehill/lms_itemtimes_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
index 8a9e314020bd16f100774837050c14d3ed3019a5..927b2ece26c1ed5282d9dda604c765a1aac0c281 100644 (file)
@@ -6,7 +6,7 @@
 
 void Dump_Items()
 {
-    FOREACH(ITEMS, true, LAMBDA(
+    FOREACH(Items, true, LAMBDA(
         ITEM_HANDLE(Show, it);
     ));
 }