diff --git a/CHANGELOG.md b/CHANGELOG.md index 577b3c8..5526c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dzgui.sh b/dzgui.sh index 00d9f62..489a7de 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -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" diff --git a/helpers/funcs b/helpers/funcs index f8ff5ab..bd0a6fe 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -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