|
@@ -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"
|