We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4c1e9 commit 0c18c58Copy full SHA for 0c18c58
src/main/java/org/maxgamer/quickshop/api/shop/Shop.java
@@ -562,6 +562,7 @@ default List<ComponentPackage> getSignText(String locale) {
562
default boolean isShopSign(@NotNull Sign sign) {
563
// Check for new shop sign
564
String[] lines = sign.getLines();
565
+ // Can be claim
566
if (lines[0].isEmpty() && lines[1].isEmpty() && lines[2].isEmpty() && lines[3].isEmpty()) {
567
return true;
568
}
0 commit comments