diff --git a/src/main/java/net/aufdemrand/denizen/scripts/commands/core/CooldownCommand.java b/src/main/java/net/aufdemrand/denizen/scripts/commands/core/CooldownCommand.java index b9d1c65c2b..0d450909da 100644 --- a/src/main/java/net/aufdemrand/denizen/scripts/commands/core/CooldownCommand.java +++ b/src/main/java/net/aufdemrand/denizen/scripts/commands/core/CooldownCommand.java @@ -109,11 +109,11 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException { Type type = (Type) scriptEntry.getObject("type"); // Report to dB - dB.report(getName(), - aH.debugObj("Type", type.toString()) - + script.debug() - + (type == Type.PLAYER ? aH.debugObj("Player", scriptEntry.getPlayer().getName()) : "") - + duration.debug()); + //dB.report(getName(), + // aH.debugObj("Type", type.toString()) + // + script.debug() + // + (type == Type.PLAYER ? aH.debugObj("Player", scriptEntry.getPlayer().getName()) : "") + // + duration.debug()); // Perform cooldown if (type == Type.PLAYER)