Add test authentication task.
It doesn't actually do anything with the server's reply yet.
This commit is contained in:
@ -168,3 +168,8 @@ YggdrasilTask::Error *YggdrasilTask::getError() const
|
||||
return this->m_error;
|
||||
}
|
||||
|
||||
MojangAccount* YggdrasilTask::getMojangAccount() const
|
||||
{
|
||||
return this->m_account;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user