From 8e4f76484756b1c5ccf5cef876667df06efcc212 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Fri, 11 Sep 2026 13:20:34 -0400 Subject: [PATCH] Add a dialog for the case when you don't have a swamp 2 update to install. --- game-scripts/update-swamp2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game-scripts/update-swamp2.sh b/game-scripts/update-swamp2.sh index dfe4006..6cb200a 100755 --- a/game-scripts/update-swamp2.sh +++ b/game-scripts/update-swamp2.sh @@ -13,4 +13,6 @@ if [[ $newver -gt $myver ]]; then download "https://kaldobsky.com/audiogames/swamp2_update.zip" install_with_progress unzip "Extracting game files..." -d "${swamphouse}" "${cache}/swamp2_update.zip" rm "${cache}/swamp2_update.zip" +else + agm_msgbox "Nothing to do; your game is up to date." fi