Skip to content

Commit

Permalink
fix: set name in stats to YOU for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zr3 committed Feb 10, 2024
1 parent b6d7ab1 commit 93726f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wild-thyme/src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93726f6

Please sign in to comment.