From 06384fcc7c75e32e90fc045150ebc440cfee9d42 Mon Sep 17 00:00:00 2001 From: Waleed Hassan Date: Sun, 25 Feb 2024 17:40:20 +0300 Subject: [PATCH] Implement b8560ca properly --- import/src/set-import.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/src/set-import.ts b/import/src/set-import.ts index 6e074b615..1d5a2c002 100644 --- a/import/src/set-import.ts +++ b/import/src/set-import.ts @@ -142,7 +142,7 @@ function getUsageThreshold(formatID: ID, count: number): number { if (count < 100) return Infinity; if (count < 400) return 0.05; // These formats are deemed to have playerbases of lower quality than normal - return /uber|anythinggoes|doublesou|rbynu|rbupu/.test(formatID) ? 0.03 : 0.01; + return /uber|anythinggoes|doublesou|gen1nu|gen1pu/.test(formatID) ? 0.03 : 0.01; } function fromSpread(spread: string): {nature: string; evs: Partial} {