Skip to content

Commit

Permalink
Change mods installed list
Browse files Browse the repository at this point in the history
Changed modsinstalledlist to allow mutable instances running different mods
  • Loading branch information
un-boxing-man authored Jan 20, 2024
1 parent ae3deee commit fb1fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/mods_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modsdir="${lgsmdir}/mods"
modstmpdir="${modsdir}/tmp"
extractdest="${modstmpdir}/extract"
modsinstalledlist="installed-mods.txt"
modsinstalledlist="${selfname}-installed-mods.txt"
modsinstalledlistfullpath="${modsdir}/${modsinstalledlist}"

## Installation.
Expand Down

0 comments on commit fb1fa1c

Please sign in to comment.