mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
-world=empty flag fix for servers with custom menu
This commit is contained in:
parent
c891e9cfef
commit
30ba0c1c8c
1 changed files with 2 additions and 2 deletions
4
dztui.sh
4
dztui.sh
|
@ -129,9 +129,9 @@ launch(){
|
||||||
ip=$(echo -e "${tabled[$sel]}" | awk -F'\t' '{print $2}')
|
ip=$(echo -e "${tabled[$sel]}" | awk -F'\t' '{print $2}')
|
||||||
printf "[INFO] Connecting to: $connecting_to\n"
|
printf "[INFO] Connecting to: $connecting_to\n"
|
||||||
if [[ $debug -eq 1 ]]; then
|
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
|
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"
|
printf "Good luck out there. DZTUI $version\n"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue