mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
Fix connect to fav
This commit is contained in:
parent
be1c53c40a
commit
f3046078be
4
dzgui.sh
4
dzgui.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.6.2
|
||||
version=2.6.3
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
@ -707,7 +707,7 @@ connect_to_fav(){
|
||||
query_api
|
||||
fetch_query_ports
|
||||
echo "[DZGUI] Attempting connection to $fav_label"
|
||||
connect "$qport_list"
|
||||
connect "$qport_list" "ip"
|
||||
one_shot_launch=0
|
||||
else
|
||||
warn "No fav server configured"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user