Bläddra i källkod

added terraria

Daniel Gibbs 10 år sedan
förälder
incheckning
f7d9d79a4b
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      lgsm/functions/info_glibc.sh

+ 4 - 1
lgsm/functions/info_glibc.sh

@@ -2,7 +2,7 @@
 # LGSM info_glibc.sh function
 # LGSM info_glibc.sh function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: https://gameservermanagers.com
 # Website: https://gameservermanagers.com
-lgsm_version="260216"
+lgsm_version="130516"
 
 
 # Description: stores details on servers Glibc requirements.
 # Description: stores details on servers Glibc requirements.
 
 
@@ -53,6 +53,9 @@ elif [ "${engine}" == "spark" ]; then
 elif [ "${engine}" == "starbound" ]; then
 elif [ "${engine}" == "starbound" ]; then
 	glibcrequired="2.12"
 	glibcrequired="2.12"
 	glibcfix="no"
 	glibcfix="no"
+elif [ "${engine}" == "terraria" ]; then
+	glibcrequired="2.7"
+	glibcfix="no"	
 elif [ "${engine}" == "unreal" ]; then
 elif [ "${engine}" == "unreal" ]; then
 	glibcrequired="2.1"
 	glibcrequired="2.1"
 	glibcfix="no"	
 	glibcfix="no"