diff --git a/lgsm/functions/command_restart.sh b/lgsm/functions/command_restart.sh index a8ca90685..eacebaaea 100644 --- a/lgsm/functions/command_restart.sh +++ b/lgsm/functions/command_restart.sh @@ -1,5 +1,5 @@ #!/bin/bash -# LGSM command_start.sh function +# LGSM command_restart.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com # Description: Restarts the server. diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 27a877ac3..55b710680 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -17,6 +17,10 @@ functionfile="${FUNCNAME}" fn_fetch_function } +# fix for older TeamSpeak 3 scripts +if [ "${gamename}" == "Teamspeak 3" ]; then + gamename = "TeamSpeak 3" +fi # fn_fetch_core_dl also placed here to allow legacy servers to still download core functions if [ -z "${lgsmdir}" ]; then