Revert "Restored original load order."

This reverts commit f447115381.
This commit is contained in:
Storm Dragon 2024-04-23 15:30:15 -04:00
parent f447115381
commit 8983887494

View File

@ -5,11 +5,11 @@ pushd "${doomPath}"
# Set up the pk3 and wad files
gameOption=(
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
"${doomPath}/TobyAccMod_V${tobyVersion}.pk3"
"${doomPath}/PB-Toby-Compatibility-Addon.pk3"
"${doomPath}/Toby-Universal-Pickup-Beacon-Prototype.pk3"
"${doomPath}/OpMDK.wad"
"$(find /usr/share/games/ -name 'Project_Brutality-master.pk3')"
)
# Check for and include if present a wad. Some people may not have it.