mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 00:09:19 +02:00
feat: set -nolauncher -world=empty when launching
This commit is contained in:
parent
b2f0ba9629
commit
f6bffde240
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ if [[ "${#mods[@]}" -gt 0 ]]; then
|
|||
cmdline+=("-mod=$(IFS=";"; echo "${mods[*]}")")
|
||||
fi
|
||||
if [[ "${LAUNCH}" == 1 ]] && [[ -n "${SERVER}" ]]; then
|
||||
cmdline+=("-connect=${SERVER}")
|
||||
cmdline+=("-connect=${SERVER}" -nolauncher -world=empty)
|
||||
fi
|
||||
|
||||
if [[ "${LAUNCH}" == 1 ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue