mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-11 10:27:17 +08:00
Move expedition rewards loading to debug
This commit is contained in:
parent
e842c23539
commit
7e0c19021c
@ -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…
x
Reference in New Issue
Block a user