mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix oopsy
This commit is contained in:
parent
4168d9e8fa
commit
b9278fdba8
|
|
@ -1277,13 +1277,7 @@ static Minecraft* InitialiseMinecraftRuntime()
|
|||
|
||||
ProfileManager.SetDebugFullOverride(true);
|
||||
|
||||
<<<<<<< HEAD
|
||||
newauthManager::Get().TryRestoreActiveJavaAccount();
|
||||
=======
|
||||
// Temporary isolation: bypass startup auth restore to verify whether
|
||||
// release startup crash is caused by newauth initialization.
|
||||
//newauthManager::Get().TryRestoreActiveJavaAccount();
|
||||
>>>>>>> 5987473f5d44351cbafd1d3012d0a4cef5ba786a
|
||||
|
||||
Tesselator::CreateNewThreadStorage(1024 * 1024);
|
||||
AABB::CreateNewThreadStorage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue