Fix token "0" being replaced
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
593f452986
commit
f505d43fc0
3 changed files with 6 additions and 2 deletions
|
@ -94,7 +94,7 @@ MinecraftAccountPtr MinecraftAccount::createOffline(const QString &username)
|
|||
{
|
||||
auto account = makeShared<MinecraftAccount>();
|
||||
account->data.type = AccountType::Offline;
|
||||
account->data.yggdrasilToken.token = "offline";
|
||||
account->data.yggdrasilToken.token = "0";
|
||||
account->data.yggdrasilToken.validity = Katabasis::Validity::Certain;
|
||||
account->data.yggdrasilToken.issueInstant = QDateTime::currentDateTimeUtc();
|
||||
account->data.yggdrasilToken.extra["userName"] = username;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue