mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-08 13:44:59 +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")) {
|
if (toolStats.config.getBoolean("enabled.dropped-by")) {
|
||||||
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
|
String mobName = toolStats.config.getString("messages.mob." + entity.getType());
|
||||||
toolStats.logger.info("messages.mob." + entity.getType());
|
|
||||||
toolStats.logger.info(mobName);
|
|
||||||
if (mobName == null) {
|
if (mobName == null) {
|
||||||
mobName = entity.getName();
|
mobName = entity.getName();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user