We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fab0f commit d81d8e1Copy full SHA for d81d8e1
src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java
@@ -922,7 +922,7 @@ public void onLoad() {
922
}
923
Map<Location, Shop> shopsInChunk = plugin.getShopManager().getShops(getLocation().getChunk());
924
925
- if(shopsInChunk == null || shopsInChunk.isEmpty() || !shopsInChunk.containsValue(this)){
+ if(shopsInChunk == null || !shopsInChunk.containsValue(this)){
926
throw new IllegalStateException("Shop must register into ShopManager before loading.");
927
928
0 commit comments