Fixed a bug with the way music renamer was being loaded with Project Brutality and Operation MDK.

This commit is contained in:
Storm Dragon
2024-09-26 19:00:02 -04:00
parent 20b5c9f898
commit f1e5e756f6
3 changed files with 3 additions and 3 deletions

View File

@ -25,3 +25,6 @@ map="$(dialog --backtitle "Select Map" \
if [[ "${map}" != "none" ]]; then
gameOption=("$map" "${gameOption[@]}")
fi
if [[ "${map}" == ""${gamePath}/TobyDoomLevels.wad"" ]]; then
gameOption=("$map" "${gameOption[@]}" "${gamePath}/Toby-Doom-Level-Music-Renamer.pk3")
fi