Parcourir la source

added terraria

Daniel Gibbs il y a 10 ans
Parent
commit
f7d9d79a4b
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      lgsm/functions/info_glibc.sh

+ 4 - 1
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"