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
|
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{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue