X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fmenu%2Fgamecommand.qc;h=f3d780b6f55fe7edf13e8e18129b44199b110a6a;hb=835d73da991f798138916794ebf92a4e1a90c87c;hp=761cd9dcade8d2309c3ea7d5e299750fed45a108;hpb=e994ef46bb5df2af3f016b8baaa95f7bd5357dd8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/gamecommand.qc b/qcsrc/menu/gamecommand.qc index 761cd9dca..f3d780b6f 100644 --- a/qcsrc/menu/gamecommand.qc +++ b/qcsrc/menu/gamecommand.qc @@ -62,7 +62,7 @@ void GameCommand(string theCommand) if(argv(0) == "help" || argc == 0) { - print(_("Usage: menu_cmd theCommand..., where possible theCommands are:\n")); + print(_("Usage: menu_cmd command..., where possible commands are:\n")); print(_(" sync - reloads all cvars on the current menu page\n")); print(_(" directmenu ITEM - select a menu item as main item\n")); GameCommand_Generic("help"); @@ -100,6 +100,12 @@ void GameCommand(string theCommand) return; } + if(argv(0) == "languageselect") + { + m_goto_language_selector(); + return; + } + if(argv(0) == "videosettings") { m_goto_video_settings();