]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/all.qh
Registry: fix incorrect sorting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / all.qh
index b2e85dd87a33eaefdb3b2b4a40602bdfe23acbe5..05ccb464193d6670943eaefd822e337e513867d4 100644 (file)
@@ -5,7 +5,7 @@
 REGISTRY(GENERIC_COMMANDS, BITS(7))
 #define GENERIC_COMMANDS_from(i) _GENERIC_COMMANDS_from(i, NULL)
 REGISTER_REGISTRY(RegisterGENERIC_COMMANDS)
-REGISTRY_SORT(GENERIC_COMMANDS, m_name, 0)
+REGISTRY_SORT(GENERIC_COMMANDS, 0)
 
 #define GENERIC_COMMAND(id, description) \
        CLASS(genericcommand_##id, Command) \