mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
Fix broadcast sending to sender multiple times
This commit is contained in:
@@ -1044,8 +1044,8 @@
|
||||
+ : disguised);
|
||||
+ continue;
|
||||
+ }
|
||||
+ serverPlayer.sendChatMessage(outgoingChatMessage, flag2, boundChatType, unsignedFunction == null ? null : unsignedFunction.apply(serverPlayer.getBukkitEntity()));
|
||||
+ // Paper end
|
||||
+ sender.sendChatMessage(outgoingChatMessage, flag2, boundChatType, unsignedFunction == null ? null : unsignedFunction.apply(serverPlayer.getBukkitEntity())); // Paper
|
||||
flag1 |= flag2 && message.isFullyFiltered();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user