diff --git a/src/main.rs b/src/main.rs index 923d54f..871f638 100644 --- a/src/main.rs +++ b/src/main.rs @@ -63,10 +63,7 @@ const ITEM_TYPES: &'static [(&str, [&str; 2]); 4] = &[ ["firstItems", "highestWinPercent"], ), ("Most Frequent Core Build", ["items", "mostGames"]), - ( - "Highest Win % Core Build", - ["firstItems", "highestWinPercent"], - ), + ("Highest Win % Core Build", ["items", "highestWinPercent"]), ]; fn main() {