1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-08 13:33:00 +02:00

Fix connect to fav

This commit is contained in:
aclist 2022-10-03 07:06:31 +09:00 committed by GitHub
parent be1c53c40a
commit f3046078be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=2.6.2 version=2.6.3
aid=221100 aid=221100
game="dayz" game="dayz"
@ -707,7 +707,7 @@ connect_to_fav(){
query_api query_api
fetch_query_ports fetch_query_ports
echo "[DZGUI] Attempting connection to $fav_label" echo "[DZGUI] Attempting connection to $fav_label"
connect "$qport_list" connect "$qport_list" "ip"
one_shot_launch=0 one_shot_launch=0
else else
warn "No fav server configured" warn "No fav server configured"