fix is_reachable

This commit is contained in:
Maple Nebel 2025-11-08 20:27:36 +00:00
commit 6625dab9c1

View file

@ -253,8 +253,8 @@ impl ExtendedMatchmakeSession{
self.session.open_participation self.session.open_participation
} }
} else { } else {
!self.has_active_players() self.has_active_players()
}) & !self.has_active_players() }) & self.has_active_players()
} }
#[inline] #[inline]
pub fn is_joinable(&self) -> bool{ pub fn is_joinable(&self) -> bool{