Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

protected void setOwner(@Nullable EntityReference<Entity> owner) {
this.owner = owner;
+ this.refreshProjectileSource(false); // Paper
}

public void setOwner(@Nullable Entity owner) {
this.setOwner(EntityReference.of(owner));
+ this.refreshProjectileSource(false); // Paper
}

+ // Paper start - Refresh ProjectileSource for projectiles
Expand Down
Loading