Skip to content

Commit

Permalink
ex with non-quiet doesn't need a redundant message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 20, 2021
1 parent 88caa65 commit 3f0ff84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String alias, String
sender.sendMessage(ChatColor.YELLOW + "Executing Denizen script command... check the console for full debug output!");
}
else {
sender.sendMessage(ChatColor.YELLOW + "Executing Denizen script command...");
//sender.sendMessage(ChatColor.YELLOW + "Executing Denizen script command...");
}
}
else {
Expand Down

0 comments on commit 3f0ff84

Please sign in to comment.