Update src/services/worldStateService.ts
All checks were successful
Build / build (pull_request) Successful in 4m21s

This commit is contained in:
Slayer55555 2025-10-07 04:09:18 -07:00
parent 34d0ec5067
commit b3e003672e

View File

@ -1566,7 +1566,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
fullyStockBaro(vt);
}
if (config.worldState?.voidCorruption) {
worldState.Alerts.push(...voidCorruptionAlerts);
worldState.Alerts = [...worldState.Alerts, ...voidCorruptionAlerts];
}
const isFebruary = date.getUTCMonth() == 1;
if (config.worldState?.starDaysOverride ?? isFebruary) {