Fix snow event not spawning
This commit is contained in:
parent
4ea97558f1
commit
6080c992b9
@ -42,7 +42,7 @@ export class WeatherGenerator
|
|||||||
data.date = formattedDate;
|
data.date = formattedDate;
|
||||||
data.time = this.getBsgFormattedInRaidTime(computedDate);
|
data.time = this.getBsgFormattedInRaidTime(computedDate);
|
||||||
data.acceleration = this.weatherConfig.acceleration;
|
data.acceleration = this.weatherConfig.acceleration;
|
||||||
data.winterEventEnabled = false;
|
data.winterEventEnabled = this.weatherConfig.enableWinterEvent;
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user