Fixed weather not being set

This commit is contained in:
Chomp
2025-01-26 22:04:07 +00:00
parent f1ff3a2d0c
commit ae9589cbcb
@@ -19,6 +19,7 @@ public class PostDbLoadService(
CustomLocationWaveService _customLocationWaveService,
OpenZoneService _openZoneService,
ItemBaseClassService _itemBaseClassService,
RaidWeatherService _raidWeatherService,
ConfigServer _configServer,
ICloner _cloner)
{
@@ -113,6 +114,9 @@ public class PostDbLoadService(
ApplyFleaPriceOverrides();
AddCustomItemPresetsToGlobals();
var currentSeason = _seasonalEventService.GetActiveWeatherSeason();
_raidWeatherService.GenerateWeather(currentSeason);
}
protected void CloneExistingCraftsAndAddNew()