]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/command/menu_cmd.qc
Show the Welcome dialog in the campaign too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / command / menu_cmd.qc
index c8ddf726a64b46d2926a2ce6506c0c2d83b4062d..b933a9194f4747bf8f5e5c7e61505e5abdb1392f 100644 (file)
@@ -95,8 +95,6 @@ void GameCommand(string theCommand)
                }
                else if (argc == 2 && !isdemo())     // don't allow this command in demos
                {
-                       if (argv(1) == "Welcome" && cvar("g_campaign"))
-                               return;
                        m_play_click_sound(MENU_SOUND_OPEN);
                        m_goto(strcat(filter, argv(1))); // switch to a menu item
                }