mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Remove unneeded return
This commit is contained in:
parent
a705e2fae4
commit
ebfcfe45e3
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ impl BroochService {
|
|||
|
||||
let imp_waited_too_long = *timedelta > self.max_imp_wait;
|
||||
|
||||
return imp_available_for_everyone || imp_waited_too_long
|
||||
imp_available_for_everyone || imp_waited_too_long
|
||||
}
|
||||
|
||||
fn get_match_side(&self, players: &[Player]) -> AnyResult<MatchSide> {
|
||||
|
|
Loading…
Reference in a new issue