From 69b7d82e1bd27fd4015e7909181aa13ba2092926 Mon Sep 17 00:00:00 2001 From: aclist Date: Sun, 9 Oct 2022 15:43:14 +0900 Subject: [PATCH] Fix early crash bug --- dzgui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 361381a..9546ee2 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=2.8.0-rc.24 +version=2.8.0-rc.25 aid=221100 game="dayz" @@ -1491,7 +1491,7 @@ check_version(){ if [[ $version == $upstream ]]; then check_unmerged else - echo "100" +# echo "100" echo "[DZGUI] Upstream ($upstream) != local ($version)" if [[ $enforce_dl -eq 1 ]]; then enforce_dl