File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/maxgamer/quickshop/shop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments