From 7d480e7bbfcce6ee66128c2bd5398634a20f868d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 19 Apr 2020 17:12:22 +0100 Subject: [PATCH] bug --- lgsm/functions/command_console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index e7e22a318..50dd280dd 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -19,7 +19,7 @@ elif [ "${consoleverbose}" == "off" ]; then fi # Interactive console -if [ "${consolinteract}" == "on" ]; then +if [ "${consoleinteract}" == "on" ]; then fn_print_information_nl "${gamename} DOES allow server commands to be entered in to the console." elif [ "${consoleinteract}" == "off" ]; then fn_print_information_nl "${gamename} does NOT allow server commands to be entered in to the console."