Skip to content

Commit

Permalink
feat(match2): increase max players on some BRs (#5164)
Browse files Browse the repository at this point in the history
* fix(match2): Max players on pubg/pubgm

* Update match_group_input_custom.lua

* freefire

---------

Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
Hesketh2 and Rathoz authored Dec 4, 2024
1 parent c146900 commit 873b667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local MatchFunctions = {
OPPONENT_CONFIG = {
resolveRedirect = true,
applyUnderScores = true,
maxNumPlayers = 3,
maxNumPlayers = 4,
},
DEFAULT_MODE = 'team'
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/pubg/match_group_input_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local MatchFunctions = {
OPPONENT_CONFIG = {
resolveRedirect = true,
applyUnderScores = true,
maxNumPlayers = 3,
maxNumPlayers = 4,
},
DEFAULT_MODE = 'team'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local MatchFunctions = {
OPPONENT_CONFIG = {
resolveRedirect = true,
applyUnderScores = true,
maxNumPlayers = 3,
maxNumPlayers = 4,
},
DEFAULT_MODE = 'team'
}
Expand Down

0 comments on commit 873b667

Please sign in to comment.