Skip to content

Commit

Permalink
Merge 1.16 into 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Feb 3, 2024
2 parents a36ad8a + f12d772 commit 8b00802
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ public ModernFixClient() {
ModernFix.LOGGER.error("Could not instantiate integration {}", className, e);
}
}

if(ModernFixMixinPlugin.instance.isOptionEnabled("perf.dynamic_resources.FireIntegrationHook")) {
for(ModernFixClientIntegration integration : ModernFixClient.CLIENT_INTEGRATIONS) {
integration.onDynamicResourcesStatusChange(true);
}
}
}

public void resetWorldLoadStateMachine() {
Expand Down

0 comments on commit 8b00802

Please sign in to comment.