From d32a6defb88291bc8e02fbf8f329e84ee74eb28c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 18 Mar 2016 20:03:42 +0000 Subject: [PATCH] glibc fix is no longer required on install --- lgsm/functions/fix.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index f10f44f6c..a57484305 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -47,7 +47,6 @@ fi # Fixes that are run on install only. if [ "${function_selfname}" == "command_install.sh" ]; then - fix_glibc.sh if [ "${gamename}" == "Killing Floor" ]; then echo "" echo "Applying ${gamename} Server Fixes"