1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-10 14:23:02 +02:00

Reset whitelist when canceling one-shot mode

This commit is contained in:
aclist 2022-06-16 12:24:10 +09:00 committed by GitHub
parent 386702fc8a
commit 8304eb0a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=2.0.0
version=2.0.1
aid=221100
game="dayz"
workshop="https://steamcommunity.com/sharedfiles/filedetails/?id="
@ -213,6 +213,7 @@ manual_mod_install(){
rc=$?
if [[ $rc -eq 0 ]]; then
compare
open_mod_links
else
return
fi
@ -330,7 +331,6 @@ launch(){
steam -applaunch $aid -connect=$ip -nolauncher -nosplash -skipintro -name=$name \"-mod=$mods\"
exit
fi
#reset whitelist if canceling connect
one_shot_launch=0
}
browser(){
@ -396,6 +396,7 @@ connect_to_fav(){
sel=$(jq -r '.data[] .attributes | "\(.ip):\(.port)%%\(.id)"' <<< $response)
echo "[DZGUI] Attempting connection to $fav_label"
connect "$sel"
one_shot_launch=0
else
warn "No fav server configured"
fi