diff --git a/src/main/java/electroblob/wizardry/CommonProxy.java b/src/main/java/electroblob/wizardry/CommonProxy.java index acaf16ed..e477bca5 100644 --- a/src/main/java/electroblob/wizardry/CommonProxy.java +++ b/src/main/java/electroblob/wizardry/CommonProxy.java @@ -143,8 +143,9 @@ public class CommonProxy { // I have now learnt that the server side I18n always translates to the default en_US, so I could just return // a hardcoded name in English instead. - Wizardry.logger.info("A mod has called ItemScroll#getItemStackDisplayName from the server side. Using the" - + "deprecated server-side translation methods as a fallback."); + // Commented because it's just really annoying. + //Wizardry.logger.info("A mod has called ItemScroll#getItemStackDisplayName from the server side. Using the" + // + "deprecated server-side translation methods as a fallback."); // Displays [Empty slot] if spell is continuous. Spell spell = Spell.get(scroll.getItemDamage());