diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-23 13:41:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 13:41:23 +0200 |
commit | b902c5cd7814f286a8b850762dc39a6d654300d2 (patch) | |
tree | d64c81c76c364ec5f23b7e42ea234a6e8e821dbb /api | |
parent | 78124f6fba23dc19d6e08f70afec1365b738c02c (diff) | |
parent | 211cfb4af785f2084c8d274eabf33551bb7c8643 (diff) | |
download | PrismLauncher-b902c5cd7814f286a8b850762dc39a6d654300d2.tar.gz PrismLauncher-b902c5cd7814f286a8b850762dc39a6d654300d2.tar.bz2 PrismLauncher-b902c5cd7814f286a8b850762dc39a6d654300d2.zip |
Merge pull request #3956 from jamierocks/block-forge-117-install
NOISSUE Disable Install Forge button on 1.17 (and above)
Diffstat (limited to 'api')
-rw-r--r-- | api/logic/minecraft/OneSixVersionFormat.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/logic/minecraft/OneSixVersionFormat.cpp b/api/logic/minecraft/OneSixVersionFormat.cpp index d6aaa790..0329d70e 100644 --- a/api/logic/minecraft/OneSixVersionFormat.cpp +++ b/api/logic/minecraft/OneSixVersionFormat.cpp @@ -194,8 +194,7 @@ VersionFilePtr OneSixVersionFormat::versionFileFromJson(const QJsonDocument &doc LibDLInfo->artifact = out->mojangDownloads["client"]; lib->setMojangDownloadInfo(LibDLInfo); } - // we got nothing... guess based on ancient hardcoded Mojang behaviour - // FIXME: this will eventually break... + // we got nothing... else { out->addProblem( |