Commit 286d6289 authored by KingRainbow44's avatar KingRainbow44
Browse files

Move banner loading to `debug`

parent 5895439a
...@@ -87,7 +87,7 @@ public class GachaManager { ...@@ -87,7 +87,7 @@ public class GachaManager {
for (GachaBanner banner : banners) { for (GachaBanner banner : banners) {
getGachaBanners().put(banner.getScheduleId(), banner); getGachaBanners().put(banner.getScheduleId(), banner);
} }
Grasscutter.getLogger().info("Banners successfully loaded."); Grasscutter.getLogger().debug("Banners successfully loaded.");
} else { } else {
Grasscutter.getLogger().error("Unable to load banners. Banners size is 0."); Grasscutter.getLogger().error("Unable to load banners. Banners size is 0.");
} }
......
Markdown is supported
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