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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user