latest update to custom death match.

This commit is contained in:
Storm Dragon 2024-12-15 18:49:52 -05:00
parent 3da23b9432
commit 578c1bc7b1

View File

@ -7,7 +7,7 @@ gameOption=(
)
# Get a list of pk3s to use for the custom death match.
mapfile -t pk3List < <(find "${gamePath}" -maxdepth 1 -mindepth 1 -size +100M -iname '*.pk3')
mapfile -t pk3List < <(find "${gamePath}" -maxdepth 1 -mindepth 1 -size +10M -iname '*.pk3')
if [[ -e "${gamePath}/aoddoom1.wad" ]]; then
pk3List+=("${gamePath}/aoddoom1.wad")
fi