Fix the ordering of the messages, so they make sense now.
This commit is contained in:
parent
858c64ffd3
commit
c43e4a8022
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,6 @@ public class Loader
|
|||
ObjectHolderRegistry.INSTANCE.findObjectHolders(discoverer.getASMTable());
|
||||
modController.distributeStateMessage(LoaderState.PREINITIALIZATION, discoverer.getASMTable(), canonicalConfigDir);
|
||||
ObjectHolderRegistry.INSTANCE.applyObjectHolders();
|
||||
progressBar.step("Initializing mods Phase 2");
|
||||
modController.transition(LoaderState.INITIALIZATION, false);
|
||||
progressBar.step("Initializing Minecraft Engine");
|
||||
}
|
||||
|
@ -709,6 +708,7 @@ public class Loader
|
|||
|
||||
public void initializeMods()
|
||||
{
|
||||
progressBar.step("Initializing mods Phase 2");
|
||||
// Mod controller should be in the initialization state here
|
||||
modController.distributeStateMessage(LoaderState.INITIALIZATION);
|
||||
progressBar.step("Initializing mods Phase 3");
|
||||
|
|
Loading…
Reference in a new issue