Explorar el Código

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

Daniel Gibbs hace 7 años
padre
commit
62a49df88b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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