Browse Source

trying different mod view

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
d35de663b0
  1. 3
      lgsm/functions/mods_list.sh

3
lgsm/functions/mods_list.sh

@ -238,9 +238,8 @@ fn_mods_show_available(){
displayedmodsite="${compatiblemodslist[compatiblemodslistindex+2]}"
displayedmoddescription="${compatiblemodslist[compatiblemodslistindex+3]}"
# Output mods to the user
echo -e "\e[1m${displayedmodname}\e[0m"
echo -e "\e[36m${displayedmodcommand}\e[0m - \e[1m${displayedmodname}\e[0m"
echo -e " * ${displayedmoddescription} - ${displayedmodsite}"
echo -e " * \e[36m${displayedmodcommand}\e[0m"
# Increment index from the amount of values we just displayed
let "compatiblemodslistindex+=4"
done

Loading…
Cancel
Save