Skip to content

Commit c841510

Browse files
Fix a bug in recovering shops
1 parent 520392b commit c841510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public synchronized void recoverFromFile(@NotNull String fileContent) {
306306
data.isDisableDisplay(),
307307
data.getTaxAccount());
308308
if (shopNullCheck(shop)) {
309-
return;
309+
continue;
310310
}
311311
plugin.getDatabaseHelper().createShop(shop, null, null);
312312
plugin.getShopManager().loadShop(data.getWorld().getName(), shop);

0 commit comments

Comments
 (0)