1
0
Fork 0
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:
aclist 2021-12-30 13:24:03 +09:00 committed by GitHub
parent 38c42f6358
commit 53350cdd5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"