fix profiler name

This commit is contained in:
Evan Pratten 2021-04-24 13:20:47 -04:00
parent 0f243e6917
commit dc110c9bfe

View File

@ -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()),