Skip to content

Commit 33620fa

Browse files
committed
1 parent ce22e99 commit 33620fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public void loadShops(@Nullable String worldName) {
160160
Bukkit.getScheduler().runTaskLater(plugin, () -> {
161161
this.plugin.getLogger().info("Loading the shops in worlds...");
162162
for (Shop shop : pendingLoadShops) {
163+
plugin.getShopManager().loadShop(shop.getLocation().getWorld().getName(), shop);
163164
shop.onLoad();
164165
shop.update();
165166
}

0 commit comments

Comments
 (0)