mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
Remove stale variable
This commit is contained in:
parent
38c42f6358
commit
53350cdd5a
1 changed files with 1 additions and 1 deletions
2
dztui.sh
2
dztui.sh
|
@ -129,7 +129,7 @@ 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 $args -connect=$ip \"-mod=$mods\"\n"
|
||||
printf "[DEBUG] steam -applaunch $aid -nolauncher -nosplash -skipintro -world=empty -connect=$ip \"-mod=$mods\"\n"
|
||||
else
|
||||
steam -applaunch $aid -nolauncher -nosplash -skipintro -world=empty -name=$name -connect=$ip \"-mod=$mods\"
|
||||
printf "Good luck out there. DZTUI $version\n"
|
||||
|
|
Loading…
Reference in a new issue