Disable Extra Logging For Adding SubPowers
liopyu opened this issue ยท 0 comments
Version:[1.20.1] Origins Forge 1.10.0.9
This spams logs when you add powers due to the registered LOGGER in the PowerContainer.addPower() method
It would be nice if you either removed these loggers or encompassed them in an !FMLLoader.isProduction()
check. I hope you consider this and thank you.