mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 00:09:19 +02:00
chore: add no-op output messages
This commit is contained in:
parent
8fd3d6a3c7
commit
964bb01e19
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue