Explorar o código

tmux check not required for teamspeak 3

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
b172f59d80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/check.sh

+ 1 - 1
lgsm/functions/check.sh

@@ -63,7 +63,7 @@ done
 local allowed_commands_array=( command_console.sh command_start.sh )
 for allowed_command in "${allowed_commands_array[@]}"
 do
-	if [ "${allowed_command}" == "${function_selfname}" ]; then
+	if [ "${allowed_command}" == "${function_selfname}" ][ "${gamename}" != "Teamspeak 3" ]; then
 		check_tmux.sh
 	fi
 done