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