Skip to content

Commit

Permalink
Update SlimefunItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Aug 23, 2024
1 parent 0de2401 commit 73163d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ public final String getItemName() {
}

public final String getItemNormalName() {
return TextUtils.toPlainText(itemStackTemplate.getItemMeta().getDisplayName());
return TextUtils.toPlainText(itemStackTemplate.getItemMeta().getDisplayName()).replaceAll(" ","_");
}

/**
Expand Down

0 comments on commit 73163d1

Please sign in to comment.