Remove second config warning, now redundant

This commit is contained in:
embeddedt 2023-07-23 20:37:57 -04:00
parent 7fa6c45f07
commit bb5e71c651
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -50,8 +50,6 @@ public class ConfigFixer {
this.actualHandler.accept(modConfigEvent);
}
} 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);
}
}