fix double adding stats bug
This commit is contained in:
parent
e2b750048d
commit
e4c9aff117
@ -170,7 +170,6 @@ Pokemon.forEach((mon) => {
|
||||
}
|
||||
return 0;
|
||||
});
|
||||
pokemon.pvp[league].push(...combinedStatsDistribution[league][combinedStats]);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user