summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 64424f5a..47be810e 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -2974,11 +2974,6 @@ static void UI_RunMenuScript( char **args )
else if( Q_stricmp( name, "LoadAlienUpgrades" ) == 0 )
{
UI_LoadAlienUpgrades( );
-
- //disallow the menu if it would be empty
-
- if( uiInfo.alienUpgradeCount <= 0 )
- Menus_CloseAll( );
}
else if( Q_stricmp( name, "UpgradeToNewClass" ) == 0 )
{