Skip to content

Commit

Permalink
small quick amend
Browse files Browse the repository at this point in the history
  • Loading branch information
ProdPreva1l committed Jul 30, 2024
1 parent eac0d7b commit d171dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bukkit/src/main/java/info/preva1l/fadah/guis/MainMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected void fillPaginationItems() {

ItemBuilder itemStack = new ItemBuilder(listing.getItemStack().clone())
.addLore(getLang().getLore("listing.lore-body",
listing.getOwnerName(), CategoryCache.getCategory(listing.getCategoryID()).name(), buyMode, new DecimalFormat(Config.DECIMAL_FORMAT.toString())
listing.getOwnerName(), StringUtils.removeColorCodes(CategoryCache.getCategory(listing.getCategoryID()).name()), buyMode, new DecimalFormat(Config.DECIMAL_FORMAT.toString())
.format(listing.getPrice()), TimeUtil.formatTimeUntil(listing.getDeletionDate())));

if (player.getUniqueId().equals(listing.getOwner())) {
Expand Down

0 comments on commit d171dc8

Please sign in to comment.