feat: Void Corruption 2025 #2865
@ -1574,7 +1574,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
				
			|||||||
    ] as const;
 | 
					    ] as const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const selected = vcWeeks
 | 
					    const selected = vcWeeks
 | 
				
			||||||
        .filter(([flag]) => (config.worldState as any)?.[flag])
 | 
					        .filter(([flag]) => (config.worldState)?.[flag])
 | 
				
			||||||
        .map(([, idx]) => voidCorruptionAlerts[idx]);
 | 
					        .map(([, idx]) => voidCorruptionAlerts[idx]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (selected.length) {
 | 
					    if (selected.length) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user