From 578c1bc7b13b63a71f24b7a99ec96d277c74115e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 15 Dec 2024 18:49:52 -0500 Subject: [PATCH] latest update to custom death match. --- .scripts/TobyCustom/Custom_Death_Match.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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