From 7966a6795c044557ecd78cacc23e10b0dcccbcc5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 8 Aug 2016 18:32:34 +0100 Subject: [PATCH] changed mincraft to using engine not gamename --- lgsm/functions/info_glibc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 6fa952502..5708da3e6 100644 --- a/lgsm/functions/info_glibc.sh +++ b/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"