From f80923e4b0a6925ba87173daa267151a9e29ba5c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 19 Apr 2020 17:18:52 +0100 Subject: [PATCH] consoleverbose --- lgsm/config-default/config-lgsm/arkserver/_default.cfg | 2 +- lgsm/functions/command_console.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/config-default/config-lgsm/arkserver/_default.cfg b/lgsm/config-default/config-lgsm/arkserver/_default.cfg index b07a6fe9f..3749c8f79 100644 --- a/lgsm/config-default/config-lgsm/arkserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/arkserver/_default.cfg @@ -139,7 +139,7 @@ querymode="2" querytype="protocol-valve" ## Console type -consoleoutput="off" +consoleverbose="off" consoleinteract="off" ## Game Server Details diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index a44f0cdc0..baac88afe 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -12,7 +12,7 @@ check.sh fn_print_header # Verbose output -if [ "${consoleoutput}" == "on" ]; then +if [ "${consoleverbose}" == "on" ]; then fn_print_information_nl "${gamename} produces a verbose output to the console." elif [ "${consoleverbose}" == "off" ]; then fn_print_information_nl "${gamename} does NOT produce a verbose output to the console."