Skip to content

Commit 5f1c4d4

Browse files
committed
bug: fix mr for duel / wingman
1 parent 4b76eb4 commit 5f1c4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/matchmaking/matchmake.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ export class MatchmakeService {
733733
type as e_match_types_enum,
734734
type as e_match_types_enum,
735735
{
736-
mr: 12,
736+
mr: type === "Competitive" ? 12 : 8,
737737
best_of: 1,
738738
knife: true,
739739
overtime: true,

0 commit comments

Comments
 (0)