Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Badbird5907 committed Jun 20, 2022
1 parent b8696d4 commit 396402b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public void handleCommandException(CommandInfo info, CoreCommandSender sender, C
return;
}
sender.sendMessage(ChatColor.RED + handler.getMessage(lce, lce.getPlaceholders()));
}
sender.sendMessage(ChatColor.RED + e.getMessage());
} else sender.sendMessage(ChatColor.RED + e.getMessage());
}

@Override
Expand Down

0 comments on commit 396402b

Please sign in to comment.