From 30ba0c1c8ce7d7447b7ed9e7f7239664ab242d1f Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 31 Dec 2021 15:43:54 +0900 Subject: [PATCH] -world=empty flag fix for servers with custom menu --- dztui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dztui.sh b/dztui.sh index 9bd9439..5353920 100644 --- a/dztui.sh +++ b/dztui.sh @@ -129,9 +129,9 @@ launch(){ ip=$(echo -e "${tabled[$sel]}" | awk -F'\t' '{print $2}') printf "[INFO] Connecting to: $connecting_to\n" if [[ $debug -eq 1 ]]; then - printf "[DEBUG] steam -applaunch $aid -nolauncher -nosplash -skipintro -world=empty -connect=$ip \"-mod=$mods\"\n" + printf "[DEBUG] steam -applaunch $aid -connect=$ip -nolauncher -nosplash -skipintro \"-mod=$mods\"\n" else - steam -applaunch $aid -nolauncher -nosplash -skipintro -world=empty -name=$name -connect=$ip \"-mod=$mods\" + steam -applaunch $aid -connect=$ip -nolauncher -nosplash -skipintro -name=$name \"-mod=$mods\" printf "Good luck out there. DZTUI $version\n" exit fi