V0 #2
1 changed files with 2 additions and 2 deletions
fix is_reachable
commit
6625dab9c1
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue