1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +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

@ -1,5 +1,9 @@
# Changelog
## [5.3.4] 2024-07-16
### Fixed
- Clerical update to prior 5.3.3 hotfix
## [5.3.3] 2024-07-16
### Fixed
- Encapsulate player names correctly so that names with whitespace in them are supported

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.3.3
version=5.3.4
#CONSTANTS
aid=221100
@ -538,7 +538,7 @@ fetch_helpers_by_sum(){
["ui.py"]="f14772424461ec438579dec567db0634"
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="4a318243c59f6e8ca3aee96cde1f1007"
["funcs"]="7d7ab9c23d28bbcf40e53a0764afa5e8"
)
local author="aclist"
local repo="dztui"

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