You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,6 +100,8 @@ static class MonitoringConfigTracker implements Runnable {
84
100
@Override
85
101
publicvoidrun() {
86
102
synchronized(configsToReload) {
103
+
if(FMLLoader.getDist().isClient())
104
+
triggerConfigMessage();
87
105
if(configsToReload.size() == 0)
88
106
ModernFixMixinPlugin.instance.logger.info("Please use /{} to reload any changed mod config files", FMLLoader.getDist().isDedicatedServer() ? "mfsrc" : "mfrc");
0 commit comments