mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 14:12:11 +00:00
* 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:
committed by
GitHub
parent
18aa0d2faa
commit
4afe2466fd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user