This commit is contained in:
parent
f36fa0c964
commit
9f6170b234
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ impl DataSource for CGGDataSource {
|
|||
for champion in reports.iter() {
|
||||
if champion.champion_id.to_string() == champ.key && champion.role == position {
|
||||
some_champ = Some(champion);
|
||||
break;
|
||||
}
|
||||
}
|
||||
if let Some(champ) = some_champ {
|
||||
|
|
Loading…
Add table
Reference in a new issue