Sfoglia il codice sorgente

changed mincraft to using engine not gamename

Daniel Gibbs 10 anni fa
parent
commit
7966a6795c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      lgsm/functions/info_glibc.sh

+ 3 - 3
lgsm/functions/info_glibc.sh

@@ -23,9 +23,6 @@ elif [ "${gamename}" == "Garry's Mod" ]; then
 elif [ "${gamename}" == "Insurgency" ]; then
 	glibcrequired="2.15"
 	glibcfix="yes"
-elif [ "${gamename}" == "Minecraft" ]; then
-	glibcrequired="NOT REQUIRED"
-	glibcfix="no"
 elif [ "${gamename}" == "Mumble" ]; then
 	glibcrequired="NOT REQUIRED"
 	glibcfix="no"
@@ -44,6 +41,9 @@ elif [ "${engine}" == "avalanche" ]; then
 elif [ "${engine}" == "dontstarve" ]; then
 	glibcrequired="2.15"
 	glibcfix="no"
+elif [ "${engine}" == "minecraft" ]; then
+	glibcrequired="NOT REQUIRED"
+	glibcfix="no"
 elif [ "${engine}" == "projectzomboid" ]; then
 	glibcrequired="2.15"
 	glibcfix="yesno"