Echo out when a version number isnt found

This commit is contained in:
zontreck 2025-06-29 12:22:36 -07:00
parent 41d31e6a30
commit 43c84adfce

View file

@ -39,7 +39,7 @@ download_game() {
else
rm -rf "$download_path"
rm -rf "$extract_path"
echo "Game version was not found. Something went wrong. Cleaning up artifacts..."
echo "Game version ${version} was not found. Something went wrong. Cleaning up artifacts..."
cd /
fi
}