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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|