diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-04-04 02:01:52 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-04 02:01:52 +0200 |
commit | c7b39fe1165956d07055e7917b22d5604fb5f768 (patch) | |
tree | b1a51bd74228bc1c708780031a4a685e1f2c0105 /logic/minecraft/OneSixProfileStrategy.cpp | |
parent | 865b20057120a61cfd26f5eea9aa68243efc3319 (diff) | |
download | PrismLauncher-c7b39fe1165956d07055e7917b22d5604fb5f768.tar.gz PrismLauncher-c7b39fe1165956d07055e7917b22d5604fb5f768.tar.bz2 PrismLauncher-c7b39fe1165956d07055e7917b22d5604fb5f768.zip |
NOISSUE Remove special FTB logic from generic version patch code
Diffstat (limited to 'logic/minecraft/OneSixProfileStrategy.cpp')
-rw-r--r-- | logic/minecraft/OneSixProfileStrategy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/OneSixProfileStrategy.cpp b/logic/minecraft/OneSixProfileStrategy.cpp index bdb2f8ee..285e983c 100644 --- a/logic/minecraft/OneSixProfileStrategy.cpp +++ b/logic/minecraft/OneSixProfileStrategy.cpp @@ -87,7 +87,7 @@ void OneSixProfileStrategy::loadDefaultBuiltinPatches() // TODO: this is obviously fake. QResource LWJGL(":/versions/LWJGL/2.9.1.json"); - auto lwjgl = ProfileUtils::parseJsonFile(LWJGL.absoluteFilePath(), false, false); + auto lwjgl = ProfileUtils::parseJsonFile(LWJGL.absoluteFilePath(), false); auto lwjglPatch = std::dynamic_pointer_cast<ProfilePatch>(lwjgl); if (!lwjglPatch) { |