From dc110c9bfe83ff6407ecb576f161db68cd99a9a1 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 24 Apr 2021 13:20:47 -0400 Subject: [PATCH] fix profiler name --- src/lib/utils/profiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/profiler.rs b/src/lib/utils/profiler.rs index 6634e5b..c813885 100644 --- a/src/lib/utils/profiler.rs +++ b/src/lib/utils/profiler.rs @@ -134,7 +134,7 @@ impl GameProfiler { w_type: None, }, DataSet { - title: Some("Breath".to_string()), + title: Some("Boost".to_string()), value: json!(self.data.player_boost_percent), graph: Some(false), unit: Some("%".to_string()),