Skip to content

Commit e1d203b

Browse files
committed
Merge 1.19.2 into 1.20
2 parents 81c4980 + e3a41d7 commit e1d203b

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)