diff --git a/.scripts/TobyCustom/Custom_Death_Match.sh b/.scripts/TobyCustom/Custom_Death_Match.sh index fe61d9b..8c08652 100755 --- a/.scripts/TobyCustom/Custom_Death_Match.sh +++ b/.scripts/TobyCustom/Custom_Death_Match.sh @@ -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