geforkt von Mirrors/Paper
Fix broadcast sending to sender multiple times
Dieser Commit ist enthalten in:
Ursprung
189781f2cf
Commit
b21c0686c0
@ -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();
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren