From 964bb01e19d60028d8f3b3bf7a292660df1ac894 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Fri, 17 Dec 2021 05:52:39 +0100 Subject: [PATCH] chore: add no-op output messages --- dayz-launcher.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dayz-launcher.sh b/dayz-launcher.sh index 5b8f883..07f521d 100755 --- a/dayz-launcher.sh +++ b/dayz-launcher.sh @@ -295,6 +295,10 @@ main() { elif [[ -n "${mods}" ]]; then msg "Add this to your game's launch options, including the quotes:" echo "\"-mod=${mods}\"" + else + msg "Nothing to do..." + msg "No mod-ID list, --server address, or --launch parameter set." + msg "See --help for all the available options." fi }