Skip to content

Commit

Permalink
reset drop table in reload command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kengxxiao committed Apr 27, 2022
1 parent 08062b6 commit c0b6193
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public void execute(Player sender, List<String> args) {
CommandHandler.sendMessage(sender, "Reloading config.");
Grasscutter.loadConfig();
Grasscutter.getGameServer().getGachaManager().load();
Grasscutter.getGameServer().getDropManager().load();
Grasscutter.getDispatchServer().loadQueries();
CommandHandler.sendMessage(sender, "Reload complete.");
}
Expand Down

0 comments on commit c0b6193

Please sign in to comment.