implement npc shop

This commit is contained in:
Kengxxiao
2022-04-27 18:51:48 +08:00
committed by Melledy
parent 0e3a80407e
commit 3e0ccbbbde
11 changed files with 492 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ public final class ReloadCommand implements CommandHandler {
CommandHandler.sendMessage(sender, "Reloading config.");
Grasscutter.loadConfig();
Grasscutter.getGameServer().getGachaManager().load();
Grasscutter.getGameServer().getShopManager().load();
Grasscutter.getDispatchServer().loadQueries();
CommandHandler.sendMessage(sender, "Reload complete.");
}