From 62a49df88bcc85d35309ad3baa0ebf8873859be9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 8 Apr 2019 16:42:48 +0100 Subject: [PATCH] fix(ts3server): Change password will no longer show in all game servers apart from TS3 (#2273) --- lgsm/functions/core_getopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 7be0f8d66..4b69f104d 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -90,7 +90,7 @@ if [ "${engine}" == "source" ]; then fi # TeamSpeak exclusive -if [ "${shortname}" != "ts3" ]; then +if [ "${shortname}" == "ts3" ]; then currentopt+=( "${cmd_change_password[@]}" ) fi