forked from spacebar/rust-nex
fix not saving
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