diff --git a/rnex-core/src/nex/matchmake.rs b/rnex-core/src/nex/matchmake.rs index f74be5d..a2f8c20 100644 --- a/rnex-core/src/nex/matchmake.rs +++ b/rnex-core/src/nex/matchmake.rs @@ -253,8 +253,8 @@ impl ExtendedMatchmakeSession{ self.session.open_participation } } else { - !self.has_active_players() - }) & !self.has_active_players() + self.has_active_players() + }) & self.has_active_players() } #[inline] pub fn is_joinable(&self) -> bool{