From 6c3b6d4c47663c48f93a6870a7c79b0ed2c8ad61 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 13 Aug 2016 16:13:16 +0200 Subject: [PATCH] Removed extra glibc fix --- lgsm/functions/fix.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 7f27d886c..f31c010d7 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -44,10 +44,6 @@ if [ "${function_selfname}" != "command_install.sh" ]; then elif [ "${gamename}" == "ARMA 3" ]; then fix_arma3.sh fi - - if [ "${gamename}" != "TeamSpeak 3" ]; then - fix_glibc.sh - fi fi # Fixes that are run on install only.