Move expedition rewards loading to debug

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

View File

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