From 012915f892a0a42380aae4e24f2070cc72baa460 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 6 May 2016 18:19:23 +0100 Subject: [PATCH] excluded ts3server from glibc checks --- lgsm/functions/fix.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index a57484305..af8a29175 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -42,7 +42,10 @@ if [ "${function_selfname}" != "command_install.sh" ]; then elif [ "${gamename}" == "ARMA 3" ]; then fix_arma3.sh fi - fix_glibc.sh + + if [ "${gamename}" != "Teamspeak 3" ]; then + fix_glibc.sh + fi fi # Fixes that are run on install only.