mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Errr... I forgot.
This commit is contained in:
parent
13b1b98f7c
commit
4f73091bb5
19 changed files with 269 additions and 382 deletions
3
main.cpp
3
main.cpp
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "AppSettings.h"
|
||||
#include "lists/InstanceList.h"
|
||||
#include "tasks/LoginResponse.h"
|
||||
#include "tasks/LoginTask.h"
|
||||
#include "MinecraftProcess.h"
|
||||
|
||||
|
|
@ -64,7 +63,7 @@ private slots:
|
|||
|
||||
void onLoginComplete(QString instId, LoginResponse response)
|
||||
{
|
||||
proc = instance->prepareForLaunch(response.username(), response.sessionID());
|
||||
proc = instance->prepareForLaunch(response.username, response.sessionID);
|
||||
if(!proc)
|
||||
{
|
||||
//FIXME: report error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue