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:
parent
a14ccfd40a
commit
3acab049d4
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue