diff --git a/rnex-core/src/nex/matchmake.rs b/rnex-core/src/nex/matchmake.rs index 4e06e9d..d126146 100644 --- a/rnex-core/src/nex/matchmake.rs +++ b/rnex-core/src/nex/matchmake.rs @@ -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