doshidak / showdex

Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.
GNU Affero General Public License v3.0
97 stars 18 forks source link

Formatless Teambuilder Hotfix #181

Closed doshidak closed 7 months ago

doshidak commented 7 months ago

Details

This PR fixes the null condition of getGenlessFormat() when called by legalLockedFormat() for valid presets parsed from the Teambuilder sourced from teams/boxes without a format set (saved as 'gen9', for instance). This causes a fatal crash in both the Calcdex & Honkdex as they try to load these presets. who wudda thunk !

See the v1.2.2 release for more detailed information regarding the changes made in this PR.