feat: Void Corruption 2025 #2865

Merged
Sainan merged 39 commits from Slayer55555/SpaceNinjaServer:void-alerts into main 2025-10-09 00:28:35 -07:00
Showing only changes of commit 8957da5275 - Show all commits

View File

@ -1574,7 +1574,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
] as const;
const selected = vcWeeks
.filter(([flag]) => (config.worldState as any)?.[flag])
.filter(([flag]) => (config.worldState)?.[flag])
.map(([, idx]) => voidCorruptionAlerts[idx]);
if (selected.length) {