From f042aee9f55919ed1b241f81c76dc39604f27248 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 16 Jan 2017 22:00:49 +0100 Subject: [PATCH] no need for sleep --- lgsm/functions/command_mods_remove.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lgsm/functions/command_mods_remove.sh b/lgsm/functions/command_mods_remove.sh index 642e472d3..4d67f6d81 100644 --- a/lgsm/functions/command_mods_remove.sh +++ b/lgsm/functions/command_mods_remove.sh @@ -37,8 +37,6 @@ fn_mods_remove_init(){ let installedmodsline=installedmodsline+1 done echo "" - sleep 1 - # Keep prompting as long as the user input doesn't correspond to an available mod while [[ ! " ${availablemodsremove[@]} " =~ " ${usermodselect} " ]]; do echo -en "Enter a \e[36mmod\e[0m to \e[31mremove\e[0m (or exit to abort): "