Skip to content

Commit 7905fae

Browse files
committed
fix strange sign text
1 parent 7f118c1 commit 7905fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ public List<ComponentPackage> getSignText(@NotNull String locale) {
743743
}
744744

745745
// TODO No-longer use SHOP_SIGN_PREFIX since we use modern storage method. Pending for deletion.
746-
lines.add(new ComponentPackage(new ComponentBuilder().appendLegacy(SHOP_SIGN_PREFIX).color(ChatColor.RESET).appendLegacy(line2).create()));
746+
lines.add(new ComponentPackage(new ComponentBuilder().appendLegacy(SHOP_SIGN_PREFIX).reset().color(ChatColor.RESET).appendLegacy(line2).create()));
747747

748748
//line 3
749749
if (plugin.getConfiguration().getBoolean("shop.force-use-item-original-name") || !this.getItem().hasItemMeta() || !this.getItem().getItemMeta().hasDisplayName()) {

0 commit comments

Comments
 (0)