forked from OpenWF/SpaceNinjaServer
Update src/services/worldStateService.ts
This commit is contained in:
parent
34d0ec5067
commit
b3e003672e
@ -1566,7 +1566,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
|||||||
fullyStockBaro(vt);
|
fullyStockBaro(vt);
|
||||||
}
|
}
|
||||||
if (config.worldState?.voidCorruption) {
|
if (config.worldState?.voidCorruption) {
|
||||||
worldState.Alerts.push(...voidCorruptionAlerts);
|
worldState.Alerts = [...worldState.Alerts, ...voidCorruptionAlerts];
|
||||||
}
|
}
|
||||||
const isFebruary = date.getUTCMonth() == 1;
|
const isFebruary = date.getUTCMonth() == 1;
|
||||||
if (config.worldState?.starDaysOverride ?? isFebruary) {
|
if (config.worldState?.starDaysOverride ?? isFebruary) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user