Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlev1 committed Feb 12, 2024
1 parent f7665da commit 0607275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/meyi/bn/handlers/EventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void menuOpenedEvent(GuiOpenEvent e) {
if (e.gui instanceof GuiChest) {
IInventory chest = ReflectionHelper.getLowerChestInventory((GuiChest) e.gui);
if (chest != null && ((chest.hasCustomName() && (
StringUtils.stripControlCodes(chest.getDisplayName().getUnformattedText())
StringUtils.stripControlCodes(chest.getDisplayName().getUnformattedText())
.startsWith("Bazaar") || StringUtils.stripControlCodes(
chest.getDisplayName().getUnformattedText())
.equalsIgnoreCase("How much do you want to pay?") || StringUtils.stripControlCodes(
Expand Down

0 comments on commit 0607275

Please sign in to comment.