]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qc
Cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
index 460f77fcbffd9127e567c679f83d31141ff2b57b..37cd93b3fc62df7b702dc6b497c754972c1112cc 100644 (file)
@@ -8,7 +8,7 @@ void ItemTest()
 {
     ITEMS_FOREACH(it != NULL, LAMBDA({
         print(strcat(etos(it), "\n"));
-        ITEM_SEND(Default, it);
+        ITEM_HANDLE(Show, it);
     }));
 }