mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
More code cleanups!
This commit is contained in:
parent
935ad6b02c
commit
005a010ee6
17 changed files with 183 additions and 347 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "OneSixInstance.h"
|
||||
#include "OneSixInstance_p.h"
|
||||
#include "tasks/GameUpdateTask.h"
|
||||
#include "OneSixUpdate.h"
|
||||
#include "MinecraftProcess.h"
|
||||
#include <setting.h>
|
||||
|
||||
|
|
@ -11,9 +11,9 @@ OneSixInstance::OneSixInstance ( const QString& rootDir, SettingsObject* setting
|
|||
d->m_settings->registerSetting(new Setting("IntendedVersion", ""));
|
||||
}
|
||||
|
||||
GameUpdateTask* OneSixInstance::doUpdate()
|
||||
OneSixUpdate* OneSixInstance::doUpdate()
|
||||
{
|
||||
return new GameUpdateTask(this);
|
||||
return new OneSixUpdate(this);
|
||||
}
|
||||
|
||||
MinecraftProcess* OneSixInstance::prepareForLaunch ( QString user, QString session )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue