mirror of
https://github.com/aclist/dztui.git
synced 2025-09-07 06:02:27 +02:00
fix: encapsulate player names
This commit is contained in:
parent
746a562409
commit
cc05212e31
3 changed files with 6 additions and 2 deletions
|
@ -1287,7 +1287,7 @@ launch(){
|
|||
|
||||
update_symlinks
|
||||
if [[ $debug -eq 1 ]]; then
|
||||
local launch_options="$steam_cmd -applaunch $aid -connect=$ip:$gameport -nolauncher -nosplash -name=$name -skipintro \"-mod=$concat\""
|
||||
local launch_options="$steam_cmd -applaunch $aid -connect=$ip:$gameport -nolauncher -nosplash \"-name=$name\" -skipintro \"-mod=$concat\""
|
||||
printf "Debug mode: these options would have been used to launch the game: $launch_options"
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue