Fix mod compat warning chat not hiding with config

This commit is contained in:
James Seibel
2024-12-25 09:17:44 -06:00
parent ae8658ae77
commit 98400a9d3c
@@ -81,6 +81,7 @@ public abstract class AbstractModInitializer
// Client uses config for auto-updater, so it's initialized here instead of post-init stage
this.initConfig();
logModIncompatibilityWarnings(); // needs to be called after config loading
this.subscribeClientStartedEvent(this::postInit);
}
@@ -132,7 +133,6 @@ public abstract class AbstractModInitializer
DependencySetup.createSharedBindings();
SharedApi.init();
this.createInitialBindings();
logModIncompatibilityWarnings();
}
private void logBuildInfo()