Fix oopsy

This commit is contained in:
Sylvessa 2026-03-27 01:16:58 -05:00 committed by GitHub
parent 4168d9e8fa
commit b9278fdba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1277,13 +1277,7 @@ static Minecraft* InitialiseMinecraftRuntime()
ProfileManager.SetDebugFullOverride(true); ProfileManager.SetDebugFullOverride(true);
<<<<<<< HEAD
newauthManager::Get().TryRestoreActiveJavaAccount(); 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); Tesselator::CreateNewThreadStorage(1024 * 1024);
AABB::CreateNewThreadStorage(); AABB::CreateNewThreadStorage();