mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-24 01:19:14 +00:00
remove broadcast (#29)
This commit is contained in:
@@ -139,7 +139,6 @@ public class PacketManager {
|
|||||||
final UUID uuid,
|
final UUID uuid,
|
||||||
final Player... sendTo) {
|
final Player... sendTo) {
|
||||||
for (final Player p : sendTo) {
|
for (final Player p : sendTo) {
|
||||||
Bukkit.broadcastMessage(entityType.toString());
|
|
||||||
sendPacketAsync(p, new WrapperPlayServerSpawnEntity(
|
sendPacketAsync(p, new WrapperPlayServerSpawnEntity(
|
||||||
entityId,
|
entityId,
|
||||||
Optional.of(uuid),
|
Optional.of(uuid),
|
||||||
|
|||||||
Reference in New Issue
Block a user