Fix loading screen stuck when no update

This commit is contained in:
James Seibel
2026-02-03 07:19:58 -06:00
parent b416746ba2
commit 037231c0ac
3 changed files with 3 additions and 0 deletions
@@ -88,6 +88,7 @@ public class MixinMinecraft
private void buildInitialScreens(Runnable runnable)
{
DhUpdateScreenBase.tryShowUpdateScreenAndRunAutoUpdateStartup(runnable);
runnable.run();
}
#endif