Skip to content

Commit

Permalink
Fix Ender metadata being double wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo56958 committed Sep 27, 2023
1 parent 3627403 commit 18ca2cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ public void effect(ProjectileLaunchEvent event) {
}

arrow.setMetadata(this.getKey(),
new FixedMetadataValue(this.getSource(),
new FixedMetadataValue(this.getSource(), 0)));

new FixedMetadataValue(this.getSource(), 0));
}

/**
Expand Down

0 comments on commit 18ca2cd

Please sign in to comment.