Skip to content

Commit

Permalink
Modify: [#458] leaveQueue: userId 찾으면 return 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Recordum committed Aug 15, 2023
1 parent 23bc5fc commit e87ae86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/match/mmr.match.policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class MMRMatchPolicy implements MatchMakingPolicy {
(user) => user.getUserMatchDto().userId !== userId
);
this.tierQueueMap.set(tier, filteredQueue);
return;
}
}
}
Expand Down

0 comments on commit e87ae86

Please sign in to comment.