misc: fix casing to be consistent
This commit is contained in:
@@ -540,7 +540,7 @@ impl Server {
|
|||||||
drop(clients_guard);
|
drop(clients_guard);
|
||||||
|
|
||||||
let mut tourney = match self.tournament_type.as_str() {
|
let mut tourney = match self.tournament_type.as_str() {
|
||||||
"round_robin" => RoundRobin::new(&ready_players),
|
"RoundRobin" => RoundRobin::new(&ready_players),
|
||||||
&_ => RoundRobin::new(&ready_players),
|
&_ => RoundRobin::new(&ready_players),
|
||||||
};
|
};
|
||||||
tourney.start(&self).await;
|
tourney.start(&self).await;
|
||||||
|
|||||||
Reference in New Issue
Block a user