1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-07 06:02:27 +02:00

fix: clerical update to #136

This commit is contained in:
aclist 2024-07-16 21:28:03 +09:00
parent a14ccfd40a
commit 3acab049d4
3 changed files with 7 additions and 3 deletions

View file

@ -1307,7 +1307,7 @@ final_handshake(){
return 1
fi
logger INFO "Kicking off Steam launch"
$steam_cmd -applaunch $aid -connect=$saved_address -nolauncher -nosplash -skipintro -name=$name \"-mod=$saved_mods\" &
$steam_cmd -applaunch $aid -connect=$saved_address -nolauncher -nosplash -skipintro \"-name=$name\" \"-mod=$saved_mods\" &
until [[ $(is_dayz_running) -eq 1 ]]; do
sleep 0.1s
done