mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 19:50:36 +08:00
implement npc shop
This commit is contained in:
committed by
Melledy
Unverified
parent
0e3a80407e
commit
3e0ccbbbde
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user