mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Fix normal mode not launching
This commit is contained in:
parent
6e0eeef733
commit
1b4310ec87
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue