Browse Source

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

pull/2280/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
62a49df88b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/core_getopt.sh

2
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

Loading…
Cancel
Save