]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qh
Itemstime: fix regression introduced by 0c071920ffd10ccebde36092b7b91eb1673ae856
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qh
index b2b0dc1e411f59616a9f198902e6c3f3f17ad0dc..8097ab50fe70c1b22efe31cc98fd42fbcb8d8f5a 100644 (file)
@@ -7,7 +7,6 @@ REGISTRY(Items, 24)
 REGISTER_REGISTRY(RegisterItems)
 /** If you register a new item, make sure to add it to all.inc */
 #define REGISTER_ITEM(id, class) REGISTER(RegisterItems, ITEM, Items, Items_COUNT, id, m_id, NEW(class))
-REGISTER_REGISTRY(RegisterItems)
 
 void Dump_Items();