]> 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 1041c168fb21bd8a00f764a186cd14927854fa3c..ab7344e70464b9ca5d2f8357ebb4eacd218fe374 100644 (file)
@@ -51,6 +51,12 @@ void GameCommand(string theCommand)
                return;
        }
 
+       if(argv(0) == "update_conwidths_before_vid_restart")
+       {
+               updateConwidths(cvar("vid_width"), cvar("vid_height"), cvar("vid_pixelheight"));
+               return;
+       }
+
        if(argv(0) == "directmenu" || argv(0) == "directpanelhudmenu")
        {
                string filter = string_null;
@@ -112,8 +118,7 @@ void GameCommand(string theCommand)
 
        if(argv(0) == "debugstats")
        {
-               PlayerInfo_Init();
-               PlayerInfo_Details();
+               //PlayerStats_PlayerDetail();
                return;
        }