V0 #2

Closed
RusticMaple wants to merge 58 commits from v0 into main
Showing only changes of commit 6625dab9c1 - Show all commits

fix is_reachable

Maple Nebel 2025-11-08 20:27:36 +00:00

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{