fix double adding stats bug

This commit is contained in:
Jeff Colombo 2019-01-20 20:22:09 -05:00
parent e2b750048d
commit e4c9aff117

View File

@ -170,7 +170,6 @@ Pokemon.forEach((mon) => {
} }
return 0; return 0;
}); });
pokemon.pvp[league].push(...combinedStatsDistribution[league][combinedStats]);
} }
}); });