refactor(replay)!: capitalize generator field in metadata

This commit is contained in:
2025-03-24 16:42:14 -04:00
parent e618a8a27b
commit 6e288faa8d

View File

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