Skip to content

Commit 8b00802

Browse files
committed
Merge 1.16 into 1.18
2 parents a36ad8a + f12d772 commit 8b00802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/ModernFixClient.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ public ModernFixClient() {
5656
ModernFix.LOGGER.error("Could not instantiate integration {}", className, e);
5757
}
5858
}
59+
60+
if(ModernFixMixinPlugin.instance.isOptionEnabled("perf.dynamic_resources.FireIntegrationHook")) {
61+
for(ModernFixClientIntegration integration : ModernFixClient.CLIENT_INTEGRATIONS) {
62+
integration.onDynamicResourcesStatusChange(true);
63+
}
64+
}
5965
}
6066

6167
public void resetWorldLoadStateMachine() {

0 commit comments

Comments
 (0)