mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +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
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [5.3.4] 2024-07-16
|
||||||
|
### Fixed
|
||||||
|
- Clerical update to prior 5.3.3 hotfix
|
||||||
|
|
||||||
## [5.3.3] 2024-07-16
|
## [5.3.3] 2024-07-16
|
||||||
### Fixed
|
### Fixed
|
||||||
- Encapsulate player names correctly so that names with whitespace in them are supported
|
- Encapsulate player names correctly so that names with whitespace in them are supported
|
||||||
|
|
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.3.3
|
version=5.3.4
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -538,7 +538,7 @@ fetch_helpers_by_sum(){
|
||||||
["ui.py"]="f14772424461ec438579dec567db0634"
|
["ui.py"]="f14772424461ec438579dec567db0634"
|
||||||
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="4a318243c59f6e8ca3aee96cde1f1007"
|
["funcs"]="7d7ab9c23d28bbcf40e53a0764afa5e8"
|
||||||
)
|
)
|
||||||
local author="aclist"
|
local author="aclist"
|
||||||
local repo="dztui"
|
local repo="dztui"
|
||||||
|
|
|
@ -1307,7 +1307,7 @@ final_handshake(){
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
logger INFO "Kicking off Steam launch"
|
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
|
until [[ $(is_dayz_running) -eq 1 ]]; do
|
||||||
sleep 0.1s
|
sleep 0.1s
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue