]> 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 e89761cc34338b4ca6225cce9750fbb61926fd62..ab7344e70464b9ca5d2f8357ebb4eacd218fe374 100644 (file)
@@ -118,8 +118,7 @@ void GameCommand(string theCommand)
 
        if(argv(0) == "debugstats")
        {
-               PlayerInfo_Init();
-               PlayerInfo_Details();
+               //PlayerStats_PlayerDetail();
                return;
        }