Commit 1c256073 authored by Benjamin Elsdon's avatar Benjamin Elsdon
Browse files

/reload now reloads the gacha as well

parent 26e1341c
......@@ -18,6 +18,7 @@ public final class ServerCommands {
public void execute(List<String> args) {
Grasscutter.getLogger().info("Reloading config.");
Grasscutter.loadConfig();
Grasscutter.getGameServer().getGachaManager().load();
Grasscutter.getDispatchServer().loadQueries();
Grasscutter.getLogger().info("Reload complete.");
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment