From 1eca3ab5a4b281ff000aeaee0403d5d51213bb8f Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Mon, 24 Mar 2025 16:42:14 -0400 Subject: [PATCH] refactor(replay)!: capitalize generator field in metadata --- src/replay/recorder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replay/recorder.rs b/src/replay/recorder.rs index b5c77cb..887c8b9 100644 --- a/src/replay/recorder.rs +++ b/src/replay/recorder.rs @@ -56,7 +56,7 @@ impl Recorder { "fileFormat": "MCPR", "fileFormatVersion": 14, "protocol": PROTOCOL_VERSION, - "generator": format!("errornowatcher {}", build_info::version_formatted()), + "generator": format!("ErrorNoWatcher {}", build_info::version_formatted()), }) .to_string() .as_bytes(),