From bbe90195d5c8a8de65f08ab8b0527af8bce22202 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 9 Jun 2018 10:10:07 +0200 Subject: [PATCH] fix item path --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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() {