From 1b4310ec87ddb798e7f524e256c3ecfb8f5e889f Mon Sep 17 00:00:00 2001 From: aclist Date: Thu, 6 Oct 2022 08:10:56 +0900 Subject: [PATCH] Fix normal mode not launching --- dzgui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 95921de..818b73d 100755 --- a/dzgui.sh +++ b/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(){