diff --git a/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java b/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java index eb65d0c..e3e7041 100644 --- a/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java +++ b/api/src/main/java/me/tofaa/entitylib/wrapper/WrapperEntity.java @@ -93,7 +93,7 @@ public class WrapperEntity implements Tickable { if (this instanceof WrapperLivingEntity) { WrapperLivingEntity wrapperLivingEntity = (WrapperLivingEntity) this; - wrapperLivingEntity.createSpawnPackets().forEach(packetWrapper -> sendPacket(uuid, packetWrapper)); + wrapperLivingEntity.createSpawnPackets().forEach(this::sendPacketsToViewers); } this.parent = parent;