diff --git a/server/app/Helpers/SummonerHelper.js b/server/app/Helpers/SummonerHelper.js index a57d923..de48cdc 100644 --- a/server/app/Helpers/SummonerHelper.js +++ b/server/app/Helpers/SummonerHelper.js @@ -14,6 +14,7 @@ class SummonerHelper { let teamMates = summonerDB.mates || [] for (const match of matches) { + if(match.result === 'Remake') continue const win = match.result === 'Win' for (const ally of match.allyTeam) {