diff options
-rw-r--r-- | logic/minecraft/VersionFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/VersionFile.cpp b/logic/minecraft/VersionFile.cpp index 922ba470..601e1638 100644 --- a/logic/minecraft/VersionFile.cpp +++ b/logic/minecraft/VersionFile.cpp @@ -15,7 +15,7 @@ using namespace Json; #include "VersionBuildError.h" #include <Version.h> -#define CURRENT_MINIMUM_LAUNCHER_VERSION 14 +#define CURRENT_MINIMUM_LAUNCHER_VERSION 18 int findLibraryByName(QList<OneSixLibraryPtr> haystack, const GradleSpecifier &needle) { |