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 ce22e99 commit 33620faCopy full SHA for 33620fa
src/main/java/org/maxgamer/quickshop/shop/ShopLoader.java
@@ -160,6 +160,7 @@ public void loadShops(@Nullable String worldName) {
160
Bukkit.getScheduler().runTaskLater(plugin, () -> {
161
this.plugin.getLogger().info("Loading the shops in worlds...");
162
for (Shop shop : pendingLoadShops) {
163
+ plugin.getShopManager().loadShop(shop.getLocation().getWorld().getName(), shop);
164
shop.onLoad();
165
shop.update();
166
}
0 commit comments