From 03896a458664d793bfc6742a42ad4ecdaf0938fc Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Mon, 22 Jan 2024 12:33:26 -0800 Subject: [PATCH] Remove TDBots, it's causing too many issues. May look at fixing later. --- .scripts/FreeDoom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index c928834..85668bd 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -77,7 +77,7 @@ case ${buttonCode} in 1) # Death match setup # Ignore the choice of map made above - gameOption="$doomPath/TDBotsV30.pk3 ${doomPath}/TobyAccMod_V${tobyVersion}.pk3 ${doomPath}/TobyDeathArena_V1-0.wad" + gameOption="${doomPath}/TobyAccMod_V${tobyVersion}.pk3 ${doomPath}/TobyDeathArena_V1-0.wad" ipAddress="$(dialog --backtitle "Deathmatch Options" \ --clear \ --no-tags \