Implement basic yggdrasil auth.
No fancy login token saving involved.
This commit is contained in:
parent
eb4ed3734f
commit
984c36e571
15 changed files with 438 additions and 270 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
virtual void setShouldUpdate(bool val);
|
||||
virtual BaseUpdate* doUpdate();
|
||||
|
||||
virtual MinecraftProcess* prepareForLaunch( QString user, QString session );
|
||||
virtual MinecraftProcess* prepareForLaunch(LoginResponse response);
|
||||
virtual void cleanupAfterRun();
|
||||
virtual QDialog * createModEditDialog ( QWidget* parent );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue