Actual fix for #135 (#154)

* Fix for #135 and fixes for other issues such as actually playing the game

* Removed accidentally added .vscode files

* Patchy patch
This commit is contained in:
Maftei Albert-Alexandru
2022-01-25 03:58:54 +02:00
committed by GitHub
parent 18aa0d2faa
commit 4afe2466fd
7 changed files with 32 additions and 68 deletions

View File

@@ -876,10 +876,10 @@ shared_qobject_ptr<LaunchTask> MinecraftInstance::createLaunchTask(AuthSessionPt
}
// if we aren't in offline mode,.
if(session->status != AuthSession::PlayableOffline)
/*if(session->status != AuthSession::PlayableOffline)
{
process->appendStep(new ClaimAccount(pptr, session));
}
}*/
// do update only if we're in online mode
if (session->wants_online)