Преглед изворни кода

Increased the glibc requirements of ARK

Daniel Gibbs пре 9 година
родитељ
комит
abcdfe985b
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      lgsm/functions/info_glibc.sh

+ 4 - 4
lgsm/functions/info_glibc.sh

@@ -6,7 +6,10 @@
 
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
-if [ "${gamename}" == "Black Mesa: Deathmatch" ]; then
+if [ "${gamename}" == "ARK: Survival Evolved" ]; then
+	glibcrequired="2.15"
+	glibcfix="no"
+elif [ "${gamename}" == "Black Mesa: Deathmatch" ]; then
 	glibcrequired="2.15"
 	glibcfix="yes"
 elif [ "${gamename}" == "Blade Symphony" ]; then
@@ -74,9 +77,6 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
 elif [ "${gamename}" == "Teeworlds" ]; then
 	glibcrequired="2.3"
 	glibcfix="no"
-elif [ "${gamename}" == "Tower Unite" ]; then
-	glibcrequired="2.14"
-	glibcfix="no"
 elif [ "${engine}" == "avalanche" ]; then
 	glibcrequired="2.13"
 	glibcfix="yes"