From 3221c7c88bdf0a3fd79655d649af6ae6b6222cd1 Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Thu, 9 Sep 2021 16:46:26 +0200 Subject: [PATCH] fix(dayzserver): fix dayz mods if run in debug --- lgsm/functions/command_debug.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index a9cceebdb..105230bae 100755 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -113,8 +113,8 @@ fi # Note: do not add double quotes to ${executable} ${startparameters}. if [ "${engine}" == "source" ]||[ "${engine}" == "goldsrc" ]; then ${executable} ${startparameters} -debug -elif [ "${shortname}" == "arma3" ]; then - # Arma3 requires semicolons in the module list, which need to +elif [ "${shortname}" == "arma3" ]||[ "${shortname}" == "dayz" ]; then + # Arma3 and DayZ requires semicolons in the module list, which need to # be escaped for regular (tmux) loading, but need to be # stripped when loading straight from the console. ${executable} ${parms//\\;/;}