From bdc29f04f6866dcbcfc12b48e195c3f5f92cd95d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 18 Mar 2017 20:28:03 +0000 Subject: [PATCH] Team Fortress 2 now required Glibc 2.15 --- lgsm/functions/info_glibc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 97a395962..6870ca51a 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -80,6 +80,9 @@ elif [ "${gamename}" == "Quake Live" ]; then elif [ "${gamename}" == "Sven Co-op" ]; then glibcrequired="2.18" glibcfix="no" +elif [ "${gamename}" == "Team Fortress 2" ]; then + glibcrequired="2.15" + glibcfix="yes" elif [ "${gamename}" == "TeamSpeak 3" ]; then glibcrequired="NOT REQUIRED" glibcfix="no"