From f7d9d79a4b0b5c5d5934e4f78e49d26938c4244f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 13 May 2016 17:19:13 +0100 Subject: [PATCH] added terraria --- lgsm/functions/info_glibc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 2f2f5ae75..982acf005 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -2,7 +2,7 @@ # LGSM info_glibc.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="260216" +lgsm_version="130516" # Description: stores details on servers Glibc requirements. @@ -53,6 +53,9 @@ elif [ "${engine}" == "spark" ]; then elif [ "${engine}" == "starbound" ]; then glibcrequired="2.12" glibcfix="no" +elif [ "${engine}" == "terraria" ]; then + glibcrequired="2.7" + glibcfix="no" elif [ "${engine}" == "unreal" ]; then glibcrequired="2.1" glibcfix="no"