fix not saving
All checks were successful
Build and Test / mario-tennis (push) Successful in 2m20s
Build and Test / splatoon-testfire (push) Successful in 2m42s
Build and Test / puyopuyo (push) Successful in 2m57s
Build and Test / super-mario-maker (push) Successful in 4m26s
Build and Test / splatoon (push) Successful in 4m31s
Build and Test / minecraft-wiiu (push) Successful in 5m24s
Build and Test / wii-u-chat (push) Successful in 6m0s
Build and Test / wii-sports-club (push) Successful in 6m24s
Build and Test / sonic-transformed (push) Successful in 6m28s
Build and Test / friends (push) Successful in 6m55s
Build and Test / fast-racing-neo (push) Successful in 7m13s
All checks were successful
Build and Test / mario-tennis (push) Successful in 2m20s
Build and Test / splatoon-testfire (push) Successful in 2m42s
Build and Test / puyopuyo (push) Successful in 2m57s
Build and Test / super-mario-maker (push) Successful in 4m26s
Build and Test / splatoon (push) Successful in 4m31s
Build and Test / minecraft-wiiu (push) Successful in 5m24s
Build and Test / wii-u-chat (push) Successful in 6m0s
Build and Test / wii-sports-club (push) Successful in 6m24s
Build and Test / sonic-transformed (push) Successful in 6m28s
Build and Test / friends (push) Successful in 6m55s
Build and Test / fast-racing-neo (push) Successful in 7m13s
This commit is contained in:
parent
1b9fcedfaa
commit
ae96024010
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ impl ExtendedMatchmakeSession {
|
|||
#[cfg(not(feature = "splatoon"))]
|
||||
let is_open = self.session.open_participation;
|
||||
#[cfg(feature = "splatoon")]
|
||||
let is_open = if self.session.gamemode == 11 {
|
||||
let is_open = if self.session.gamemode == 12 {
|
||||
true
|
||||
} else {
|
||||
self.session.open_participation
|
||||
|
|
|
|||
Loading…
Reference in a new issue