refactor(replay)!: capitalize generator field in metadata

This commit is contained in:
Ryan 2025-03-24 16:42:14 -04:00
parent e618a8a27b
commit 1eca3ab5a4
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -56,7 +56,7 @@ impl Recorder {
"fileFormat": "MCPR", "fileFormat": "MCPR",
"fileFormatVersion": 14, "fileFormatVersion": 14,
"protocol": PROTOCOL_VERSION, "protocol": PROTOCOL_VERSION,
"generator": format!("errornowatcher {}", build_info::version_formatted()), "generator": format!("ErrorNoWatcher {}", build_info::version_formatted()),
}) })
.to_string() .to_string()
.as_bytes(), .as_bytes(),