NOISSUE always run the ExtractNatives task during launch
The task now checks the conditions, giving the update process time to supply all the metadata.
This commit is contained in:
parent
9cf8b42d89
commit
fd34ca5a0f
10 changed files with 17 additions and 33 deletions
|
@ -224,12 +224,6 @@ QStringList LegacyInstance::validLaunchMethods()
|
|||
return {"Legacy"};
|
||||
}
|
||||
|
||||
|
||||
void LegacyInstance::cleanupAfterRun()
|
||||
{
|
||||
// FIXME: delete the launcher and icons and whatnot.
|
||||
}
|
||||
|
||||
std::shared_ptr<ModList> LegacyInstance::coreModList() const
|
||||
{
|
||||
if (!core_mod_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue