mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 00:45:34 +00:00
Move drop data loading to debug
This commit is contained in:
parent
7e0c19021c
commit
163c6bf47d
@ -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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user