Add support for marking and processing web-originated chat messages.
This commit is contained in:
parent
5a4140c2e2
commit
d99ac4c597
|
|
@ -119,7 +119,7 @@ public class ChatMessageSender {
|
|||
Set<Player> playersToPing = new HashSet<>();
|
||||
pingPlayers(playersToPing, modifiableString, offlinePlayer, user);
|
||||
|
||||
Optional<ComponentLike> render = render(offlinePlayer, modifiableString.component());
|
||||
Optional<ComponentLike> render = render(offlinePlayer, modifiableString.component(), false);
|
||||
if (render.isEmpty()) {
|
||||
//Already logged
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user