Browse Source

changed mincraft to using engine not gamename

pull/1011/head
Daniel Gibbs 9 years ago
parent
commit
7966a6795c
  1. 6
      lgsm/functions/info_glibc.sh

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

Loading…
Cancel
Save