1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

Fix normal mode not launching

This commit is contained in:
aclist 2022-10-06 08:10:56 +09:00
parent 6e0eeef733
commit 1b4310ec87

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=2.7.0-rc.26
version=2.8.0-rc.1
aid=221100
game="dayz"
@ -409,7 +409,6 @@ passed_mod_check(){
legacy_symlinks
symlinks
echo "100"
launch
}
connect(){
@ -438,6 +437,7 @@ connect(){
manual_mod_install
else
passed_mod_check > >(zenity --pulsate --progress --auto-close --width=500 2>/dev/null)
launch
fi
}
fetch_mods(){