From 3dfd0328c76e03605420792a13e12424ecfb703e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 27 Mar 2021 15:37:58 +0000 Subject: [PATCH] changed parms to startparameters --- 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 7925e3ff9..e0f4fb547 100755 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -110,7 +110,7 @@ elif [ "${shortname}" == "arma3" ]; then # Arma3 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//\\;/;} + ${executable} ${startparameters//\\;/;} elif [ "${engine}" == "quake" ]; then ${executable} ${startparameters} -condebug else