]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qc
Update playerdetail database handler, actually BUILD the databases
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qc
index c7499e58e40a8a94ba1f31f2c504f0310bb465a3..ab7344e70464b9ca5d2f8357ebb4eacd218fe374 100644 (file)
@@ -116,5 +116,11 @@ void GameCommand(string theCommand)
                return;
        }
 
+       if(argv(0) == "debugstats")
+       {
+               //PlayerStats_PlayerDetail();
+               return;
+       }
+
        print(_("Invalid command. For a list of supported commands, try menu_cmd help.\n"));
 }