9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

remove broadcast (#29)

This commit is contained in:
Boy0000
2022-07-26 00:53:01 +02:00
committed by GitHub
parent 548a6bf4ec
commit 39d485ddfe

View File

@@ -139,7 +139,6 @@ public class PacketManager {
final UUID uuid,
final Player... sendTo) {
for (final Player p : sendTo) {
Bukkit.broadcastMessage(entityType.toString());
sendPacketAsync(p, new WrapperPlayServerSpawnEntity(
entityId,
Optional.of(uuid),