Merge 1.16 into 1.18
This commit is contained in:
commit
8b0080256c
|
|
@ -56,6 +56,12 @@ public class ModernFixClient {
|
||||||
ModernFix.LOGGER.error("Could not instantiate integration {}", className, e);
|
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() {
|
public void resetWorldLoadStateMachine() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user