Removed an unneccesary line

This commit is contained in:
notpatchmaybe 2024-05-10 14:18:58 +01:00 committed by GitHub
parent 66a8488f13
commit 7fefaa13da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1782,7 +1782,6 @@ export class SwapStatsAttr extends MoveEffectAttr
if (!super.apply(user, target, move, args))
return false;
let priorBoostArray : integer[] = [ 0, 0, 0, 0, 0, 0, 0 ];
priorBoostArray[s] = user.summonData.battleStats[s];
for (let s = 0; s < target.summonData.battleStats.length; s++)
{
priorBoostArray[s] = user.summonData.battleStats[s];