]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qc
Merge branch 'terencehill/welcome_dialog_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qc
index 184f13952f6b7566fc5e9aef002668993ba379e0..97deef1d47210678c81f470a22514cd7b7639bfd 100644 (file)
@@ -176,6 +176,12 @@ void GameCommand(string theCommand)
                return;
        }
 
+       if (argv(0) == "settings")
+       {
+               m_goto("settings");
+               return;
+       }
+
        if (argv(0) == "inputsettings")
        {
                m_goto("inputsettings");