Browse Source

tmux check not required for teamspeak 3

pull/934/head
Daniel Gibbs 9 years ago
parent
commit
b172f59d80
  1. 2
      lgsm/functions/check.sh

2
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

Loading…
Cancel
Save