Skip to content

Commit

Permalink
chore: update some out of date m2 statuses (#5287)
Browse files Browse the repository at this point in the history
* chore: update some out of date m2 statuses

* fix
  • Loading branch information
Rathoz authored Jan 7, 2025
1 parent a908315 commit 92eb8d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion standard/info/wikis/geoguessr/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return {
allowManual = false,
},
match2 = {
status = 0,
status = 2,
},
transfers = {
showTeamName = true,
Expand Down
2 changes: 1 addition & 1 deletion standard/info/wikis/omegastrikers/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return {
allowManual = true,
},
match2 = {
status = 0,
status = 2,
matchWidth = 180,
},
transfers = {
Expand Down
2 changes: 1 addition & 1 deletion standard/info/wikis/smash/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ return {
allowManual = true,
},
match2 = {
status = 0,
status = 1,
},
},
opponentLibrary = 'Opponent/Custom',
Expand Down

0 comments on commit 92eb8d6

Please sign in to comment.