Skip to content
Snippets Groups Projects
Commit 7e0c1902 authored by KingRainbow44's avatar KingRainbow44
Browse files

Move expedition rewards loading to `debug`

parent e842c235
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ public class ExpeditionManager {
for (ExpeditionRewardInfo di : banners) {
getExpeditionRewardDataList().put(di.getExpId(), di.getExpeditionRewardDataList());
}
Grasscutter.getLogger().info("Expedition reward successfully loaded.");
Grasscutter.getLogger().debug("Expedition reward successfully loaded.");
} else {
Grasscutter.getLogger().error("Unable to load expedition reward. Expedition reward size is 0.");
}
......
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