mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
GH-1034 do jar modding separate from update
This commit is contained in:
parent
5133b0f34f
commit
5dd48e89f5
18 changed files with 214 additions and 141 deletions
|
|
@ -134,9 +134,9 @@ QString OneSixFTBInstance::getStatusbarDescription()
|
|||
return "OneSix FTB: " + intendedVersionId();
|
||||
}
|
||||
|
||||
std::shared_ptr<Task> OneSixFTBInstance::doUpdate()
|
||||
std::shared_ptr<Task> OneSixFTBInstance::createUpdateTask()
|
||||
{
|
||||
return OneSixInstance::doUpdate();
|
||||
return OneSixInstance::createUpdateTask();
|
||||
}
|
||||
|
||||
#include "OneSixFTBInstance.moc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue