Remove second config warning, now redundant
This commit is contained in:
parent
7fa6c45f07
commit
bb5e71c651
|
|
@ -50,8 +50,6 @@ public class ConfigFixer {
|
||||||
this.actualHandler.accept(modConfigEvent);
|
this.actualHandler.accept(modConfigEvent);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(modConfigEvent.getConfig().getConfigData() != null)
|
|
||||||
ModernFix.LOGGER.warn("Unable to sync on a {} config object", modConfigEvent.getConfig().getConfigData().getClass().getName());
|
|
||||||
this.actualHandler.accept(modConfigEvent);
|
this.actualHandler.accept(modConfigEvent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user