mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
For parity with the teams database's max team size.
This commit is contained in:
parent
10912eba24
commit
b1dcb90a8c
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user