Skip to content

Commit

Permalink
fix: Моды запускаются в потоке ядра
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXFeeD committed Dec 15, 2023
1 parent d692bea commit 5880887
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ public static void onFinalInitComplete() {
UIUtils.initialize(UIUtils.getContext());

AsyncModLauncher modLauncher = new AsyncModLauncher();
if (InnerCoreConfig.getBool("disable_loading_screen")) {
modLauncher.launchModsInCurrentThread();
} else {
modLauncher.launchModsInThread();
}
modLauncher.launchModsInCurrentThread();
}

public static void onMinecraftAppSuspended() {
Expand Down

0 comments on commit 5880887

Please sign in to comment.