diff options
author | Andrew <forkk@forkk.net> | 2013-11-20 18:31:15 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-20 18:31:15 -0600 |
commit | abf8408911c057d8aafe90790f5d2f5de0e1d97c (patch) | |
tree | b6b77a485702c0a7ac45b5b96d6b8b0f41c14af7 /logic/OneSixInstance.h | |
parent | 03652b01d2ec8a7c54fb39dd8ed660f0bbc2fa2a (diff) | |
download | PrismLauncher-abf8408911c057d8aafe90790f5d2f5de0e1d97c.tar.gz PrismLauncher-abf8408911c057d8aafe90790f5d2f5de0e1d97c.tar.bz2 PrismLauncher-abf8408911c057d8aafe90790f5d2f5de0e1d97c.zip |
Nuke and pave the old login system
Also, account list now saves profile lists.
Diffstat (limited to 'logic/OneSixInstance.h')
-rw-r--r-- | logic/OneSixInstance.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/logic/OneSixInstance.h b/logic/OneSixInstance.h index 2d02b605..c1c742a8 100644 --- a/logic/OneSixInstance.h +++ b/logic/OneSixInstance.h @@ -40,7 +40,7 @@ public: virtual QString instanceConfigFolder() const; virtual BaseUpdate *doUpdate(); - virtual MinecraftProcess *prepareForLaunch(LoginResponse response); + virtual MinecraftProcess *prepareForLaunch(MojangAccountPtr account); virtual void cleanupAfterRun(); virtual QString intendedVersionId() const; @@ -72,5 +72,5 @@ public: virtual QString getStatusbarDescription(); private: - QStringList processMinecraftArgs(LoginResponse response); -};
\ No newline at end of file + QStringList processMinecraftArgs(MojangAccountPtr account); +}; |