NOISSUE Remove special FTB logic from generic version patch code
This commit is contained in:
parent
865b200571
commit
c7b39fe116
6 changed files with 35 additions and 29 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue