1
0
Fork 0
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:
aclist 2024-07-16 20:43:22 +09:00
parent 746a562409
commit cc05212e31
3 changed files with 6 additions and 2 deletions

View file

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