mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 22:54:29 +00:00
reset drop table in reload command
This commit is contained in:
parent
08062b6da9
commit
c0b6193220
@ -16,6 +16,7 @@ public final class ReloadCommand implements CommandHandler {
|
||||
CommandHandler.sendMessage(sender, "Reloading config.");
|
||||
Grasscutter.loadConfig();
|
||||
Grasscutter.getGameServer().getGachaManager().load();
|
||||
Grasscutter.getGameServer().getDropManager().load();
|
||||
Grasscutter.getDispatchServer().loadQueries();
|
||||
CommandHandler.sendMessage(sender, "Reload complete.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user