Browse Source

""

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
b2c96b67fc
  1. 2
      lgsm/functions/mods_core.sh

2
lgsm/functions/mods_core.sh

@ -444,7 +444,7 @@ fn_installed_mods_lightlist(){
installedmodscount="$(cat "${modslockfilefullpath}" | wc -l)" installedmodscount="$(cat "${modslockfilefullpath}" | wc -l)"
if [ -f "${modslockfilefullpath}" ]&&[ $installedmodscount -gt 0 ]; then if [ -f "${modslockfilefullpath}" ]&&[ $installedmodscount -gt 0 ]; then
echo "=================================" echo "================================="
echo "Installed mods/addons echo "Installed mods/addons"
# Set variables # Set variables
installedmodsline="1" installedmodsline="1"
installedmodslist=() installedmodslist=()

Loading…
Cancel
Save