chore: add no-op output messages

This commit is contained in:
bastimeyer 2021-12-17 05:52:39 +01:00
parent 8fd3d6a3c7
commit 964bb01e19

View file

@ -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
}