Move banner loading to debug

This commit is contained in:
KingRainbow44 2022-06-26 12:34:56 -04:00
parent 5895439a3f
commit 286d6289b2

View File

@ -87,7 +87,7 @@ public class GachaManager {
for (GachaBanner banner : banners) {
getGachaBanners().put(banner.getScheduleId(), banner);
}
Grasscutter.getLogger().info("Banners successfully loaded.");
Grasscutter.getLogger().debug("Banners successfully loaded.");
} else {
Grasscutter.getLogger().error("Unable to load banners. Banners size is 0.");
}