Skip to content

Commit

Permalink
Merge pull request #5 from Feli499/remove-clone-method
Browse files Browse the repository at this point in the history
Remove clone method
  • Loading branch information
Brokkonaut committed Jan 16, 2024
2 parents d7457db + 2d03f67 commit 205744e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public PreShopCreationItemDisplayNameEvent(ItemStack itemStack, String displayNa
}

public ItemStack getItemStack() {
return itemStack.clone();
return itemStack;
}

public String getDisplayName() {
Expand Down

0 comments on commit 205744e

Please sign in to comment.