4
0
Эх сурвалжийг харах

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

Daniel Gibbs 7 жил өмнө
parent
commit
62a49df88b

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -90,7 +90,7 @@ if [ "${engine}" == "source" ]; then
 fi
 fi
 
 
 # TeamSpeak exclusive
 # TeamSpeak exclusive
-if [ "${shortname}" != "ts3" ]; then
+if [ "${shortname}" == "ts3" ]; then
 	currentopt+=( "${cmd_change_password[@]}" )
 	currentopt+=( "${cmd_change_password[@]}" )
 fi
 fi