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"