Increase max box size to 50
Some checks are pending
Node.js CI / build (22.x) (push) Waiting to run

For parity with the teams database's max team size.
This commit is contained in:
Mia 2025-08-08 22:00:50 -05:00
parent 10912eba24
commit b1dcb90a8c

View File

@ -1169,7 +1169,7 @@
if (format && format.slice(0, 3) !== 'gen') format = 'gen6' + format;
if (format && format.endsWith('-box')) {
format = format.slice(0, -4);
capacity = 24;
capacity = 50;
}
name = $.trim(name.substr(bracketIndex + 1));
}