소스 검색

fix(ts3server): Change password will no longer show in all game servers apart from TS3 (#2273)

Daniel Gibbs 7 년 전
부모
커밋
62a49df88b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/core_getopt.sh

+ 1 - 1
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