We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6c45 commit bb5e71cCopy full SHA for bb5e71c
forge/src/main/java/org/embeddedt/modernfix/forge/config/ConfigFixer.java
@@ -50,8 +50,6 @@ public void accept(ModConfig.ModConfigEvent modConfigEvent) {
50
this.actualHandler.accept(modConfigEvent);
51
}
52
} else {
53
- if(modConfigEvent.getConfig().getConfigData() != null)
54
- ModernFix.LOGGER.warn("Unable to sync on a {} config object", modConfigEvent.getConfig().getConfigData().getClass().getName());
55
56
57
0 commit comments