fix item path
This commit is contained in:
parent
ec0aedbdfc
commit
bbe90195d5
1 changed files with 1 additions and 4 deletions
|
@ -63,10 +63,7 @@ const ITEM_TYPES: &'static [(&str, [&str; 2]); 4] = &[
|
||||||
["firstItems", "highestWinPercent"],
|
["firstItems", "highestWinPercent"],
|
||||||
),
|
),
|
||||||
("Most Frequent Core Build", ["items", "mostGames"]),
|
("Most Frequent Core Build", ["items", "mostGames"]),
|
||||||
(
|
("Highest Win % Core Build", ["items", "highestWinPercent"]),
|
||||||
"Highest Win % Core Build",
|
|
||||||
["firstItems", "highestWinPercent"],
|
|
||||||
),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue