mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
remove debug
This commit is contained in:
@@ -88,8 +88,6 @@ public class EntityDeath implements Listener {
|
||||
|
||||
if (toolStats.config.getBoolean("enabled.dropped-by")) {
|
||||
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
|
||||
toolStats.logger.info("messages.mob." + entity.getType());
|
||||
toolStats.logger.info(mobName);
|
||||
if (mobName == null) {
|
||||
mobName = entity.getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user