mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-25 12:34:19 +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;
|
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> {
|
fn get_match_side(&self, players: &[Player]) -> AnyResult<MatchSide> {
|
||||||
|
|
Loading…
Reference in a new issue