Просмотр исходного кода

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

Daniel Gibbs 7 лет назад
Родитель
Сommit
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