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:
parent
be1c53c40a
commit
f3046078be
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue