소스 검색

echo "" moved here

UltimateByte 9 년 전
부모
커밋
156b351d10
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lgsm/functions/command_mods_remove.sh

+ 1 - 0
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): "