From 07c618b85ba244ef4842cc8273ecc385fc0d19cd Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Tue, 14 Sep 2021 16:28:17 +0200 Subject: [PATCH] fix(dayzserver): temporarily use default debug cmd --- lgsm/functions/command_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index 105230bae..d58b4644a 100755 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -113,7 +113,7 @@ fi # Note: do not add double quotes to ${executable} ${startparameters}. if [ "${engine}" == "source" ]||[ "${engine}" == "goldsrc" ]; then ${executable} ${startparameters} -debug -elif [ "${shortname}" == "arma3" ]||[ "${shortname}" == "dayz" ]; then +elif [ "${shortname}" == "arma3" ]; 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.