Properly detect if the instance is vanilla and don't treat it as custom.
This commit is contained in:
parent
fd6706391b
commit
814d5d3315
6 changed files with 23 additions and 2 deletions
|
@ -199,6 +199,7 @@ void VersionBuilder::buildFromMultilayer()
|
|||
throw VersionIncomplete("org.lwjgl");
|
||||
}
|
||||
lwjglPatch->setOrder(-1);
|
||||
lwjgl->setVanilla(true);
|
||||
m_version->VersionPatches.append(lwjglPatch);
|
||||
|
||||
// load all patches, put into map for ordering, apply in the right order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue