From ae960240107a94805e54a55aa6deb9131e66a12d Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Sun, 31 May 2026 15:40:37 +0200 Subject: [PATCH] fix not saving --- rnex-core/src/nex/matchmake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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