X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fcommand%2Fmenu_cmd.qc;h=bc044a2aa585b54d4ed915f7b403e5943ff6d983;hb=244e5081c5c503c307e557c98ac864f6c9731475;hp=b19f94c4abea164332eb636b37219f0a72cdd2b2;hpb=3963522332921529abee38a3d676c4878e6a5529;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index b19f94c4a..bc044a2aa 100644 --- a/qcsrc/menu/command/menu_cmd.qc +++ b/qcsrc/menu/command/menu_cmd.qc @@ -1,3 +1,7 @@ +#include "menu_cmd.qh" + +#include "../../common/command/generic.qh" + string _dumptree_space; void _dumptree_open(entity pass, entity me) { @@ -116,11 +120,5 @@ 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")); }