mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2024-11-24 12:59:46 +00:00
Reload command now reloads gacha config (again)
This commit is contained in:
parent
41b4965aef
commit
482c174ee7
@ -15,6 +15,7 @@ public class Reload implements CommandHandler {
|
||||
public void execute(GenshinPlayer sender, List<String> args) {
|
||||
CommandHandler.sendMessage(sender, "Reloading config.");
|
||||
Grasscutter.loadConfig();
|
||||
Grasscutter.getGameServer().getGachaManager().load();
|
||||
Grasscutter.getDispatchServer().loadQueries();
|
||||
CommandHandler.sendMessage(sender, "Reload complete.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user