mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 07:22:56 +08:00
Move expedition rewards loading to debug
This commit is contained in:
parent
82c925668b
commit
ad835a35f3
@ -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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user