From fb1fa1c815e8f69b4e44b8d1062c35fd7b63d11c Mon Sep 17 00:00:00 2001 From: boxing Date: Sat, 20 Jan 2024 14:31:34 -0800 Subject: [PATCH] Change mods installed list Changed modsinstalledlist to allow mutable instances running different mods --- lgsm/modules/mods_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/modules/mods_core.sh b/lgsm/modules/mods_core.sh index 1b85a95b35..bdba3d83d7 100644 --- a/lgsm/modules/mods_core.sh +++ b/lgsm/modules/mods_core.sh @@ -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.