From efb957cb091a0e69cba7d3f6558b74a44b7516da Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 31 Aug 2024 12:18:51 -0400 Subject: [PATCH] WolfenDoom should match Proximity addon no matter the name so long as it starts with same prefix as all other addons. --- .scripts/TobyCustom/WolfenDoom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/TobyCustom/WolfenDoom.sh b/.scripts/TobyCustom/WolfenDoom.sh index 6707f39..5272280 100755 --- a/.scripts/TobyCustom/WolfenDoom.sh +++ b/.scripts/TobyCustom/WolfenDoom.sh @@ -13,7 +13,7 @@ check_dependencies "${gamePath}/Addons/WOLFENDOOM/orig_enh.pk3" \ gameOption=( "${gamePath}/TobyAccMod_V${tobyVersion}.pk3" "$gamePath/Addons/MENU/TobyV${tobyVersion%%-*}_"* - "$gamePath/Addons/DOOM/TobyV${tobyVersion%%-*}_Proximity.pk3" + "$gamePath/Addons/DOOM/TobyV${tobyVersion%%-*}_"*"Proximity"*".pk3" ) menuList=("${gamePath}/Addons/WOLFENDOOM/orig_enh.pk3" "WolfenDoom"