Commit 163c6bf4 authored by KingRainbow44's avatar KingRainbow44
Browse files

Move drop data loading to `debug`

parent 7e0c1902
......@@ -50,7 +50,7 @@ public class DropManager {
for (DropInfo di : banners) {
getDropData().put(di.getMonsterId(), di.getDropDataList());
}
Grasscutter.getLogger().info("Drop data successfully loaded.");
Grasscutter.getLogger().debug("Drop data successfully loaded.");
} else {
Grasscutter.getLogger().error("Unable to load drop data. Drop data size is 0.");
}
......
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