Skip to content

Commit

Permalink
Oopsie poopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
pepbutler committed Dec 12, 2023
1 parent bf0f552 commit d154368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public static String getChatColor(String color) {
}

public static String sanitise(String message) {
return ChatColor.stripColor(MarkdownSanitizer.sanitize(message).replace("@", "(at)");
return ChatColor.stripColor(MarkdownSanitizer.sanitize(message).replace("@", "(at)"));
}
}

0 comments on commit d154368

Please sign in to comment.