From 156b351d10c2cc7888c037308989896183ec7f16 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 19 Jan 2017 00:53:10 +0100 Subject: [PATCH] echo "" moved here --- lgsm/functions/command_mods_remove.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_mods_remove.sh b/lgsm/functions/command_mods_remove.sh index bf0d13f7c..63f7f5bec 100644 --- a/lgsm/functions/command_mods_remove.sh +++ b/lgsm/functions/command_mods_remove.sh @@ -29,6 +29,7 @@ fn_mods_remove_init(){ fi # Displays installed addons to the user fn_installed_mods_list + echo "" # Keep prompting as long as the user input doesn't correspond to an available mod while [[ ! " ${installedmodslist[@]} " =~ " ${usermodselect} " ]]; do echo -en "Enter a \e[36mmod\e[0m to \e[31mremove\e[0m (or exit to abort): "