Move drop data loading to debug

This commit is contained in:
KingRainbow44 2022-06-26 12:42:37 -04:00
parent ad835a35f3
commit 64ec16bd64
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -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.");
}