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 c87d0ca commit 50b5823Copy full SHA for 50b5823
src/main/java/lol/hyper/toolstats/events/EntityDeath.java
@@ -88,8 +88,6 @@ private ItemStack addLore(ItemStack oldItem, LivingEntity entity) {
88
89
if (toolStats.config.getBoolean("enabled.dropped-by")) {
90
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
91
- toolStats.logger.info("messages.mob." + entity.getType());
92
- toolStats.logger.info(mobName);
93
if (mobName == null) {
94
mobName = entity.getName();
95
}
0 commit comments