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 lines .add (new ComponentPackage (TextComponent .fromLegacyText (SHOP_SIGN_PREFIX + line2 + " " )));
744744
745745 //line 3
746- if (! plugin .getConfiguration ().getBoolean ("shop.force-use-item-original-name" ) && ( !this .getItem ().hasItemMeta () || !this .getItem ().getItemMeta ().hasDisplayName () )) {
746+ if (plugin .getConfiguration ().getBoolean ("shop.force-use-item-original-name" ) || !this .getItem ().hasItemMeta () || !this .getItem ().getItemMeta ().hasDisplayName ()) {
747747 TextComponent left = new TextComponent (plugin .text ().of ("signs.item-left" ).forLocale ());
748748 TextComponent right = new TextComponent (plugin .text ().of ("signs.item-right" ).forLocale ());
749749 if (plugin .getNbtapi () == null ) {
You can’t perform that action at this time.
0 commit comments