mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-24 23:42:56 +08:00
reset drop table in reload command
This commit is contained in:
parent
8b614d8df8
commit
57e408012b
@ -16,6 +16,7 @@ public final class ReloadCommand implements CommandHandler {
|
|||||||
CommandHandler.sendMessage(sender, "Reloading config.");
|
CommandHandler.sendMessage(sender, "Reloading config.");
|
||||||
Grasscutter.loadConfig();
|
Grasscutter.loadConfig();
|
||||||
Grasscutter.getGameServer().getGachaManager().load();
|
Grasscutter.getGameServer().getGachaManager().load();
|
||||||
|
Grasscutter.getGameServer().getDropManager().load();
|
||||||
Grasscutter.getDispatchServer().loadQueries();
|
Grasscutter.getDispatchServer().loadQueries();
|
||||||
CommandHandler.sendMessage(sender, "Reload complete.");
|
CommandHandler.sendMessage(sender, "Reload complete.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user