From 93726f6231c1820fdcdd406fe2ca8a304d41411c Mon Sep 17 00:00:00 2001 From: zr3 Date: Fri, 9 Feb 2024 22:25:07 -0800 Subject: [PATCH] fix: set name in stats to YOU for now --- wild-thyme/src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wild-thyme/src/stats.rs b/wild-thyme/src/stats.rs index 92155f9..00812f5 100644 --- a/wild-thyme/src/stats.rs +++ b/wild-thyme/src/stats.rs @@ -92,7 +92,7 @@ pub struct CakeStats { impl OverallStats { pub fn new() -> OverallStats { OverallStats { - name: format!("???"), + name: format!("YOU"), deepest_level: 0, most_items_held: 0, thyme_eaten: 0,