latest update to custom death match.
This commit is contained in:
parent
3da23b9432
commit
578c1bc7b1
@ -7,7 +7,7 @@ gameOption=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Get a list of pk3s to use for the custom death match.
|
# 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
|
if [[ -e "${gamePath}/aoddoom1.wad" ]]; then
|
||||||
pk3List+=("${gamePath}/aoddoom1.wad")
|
pk3List+=("${gamePath}/aoddoom1.wad")
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user