Skip to content

Commit

Permalink
Fix 1.36 replay header constants
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxu authored Nov 22, 2023
1 parent cb8098d commit 8171b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/w3replay/src/replay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn get_header_game_version(version: &str) -> Result<GameVersion> {
build_number: 6115,
..Default::default()
}),
version if version.starts_with("1.36.0.") => Ok(GameVersion {
version if version.starts_with("1.36.") => Ok(GameVersion {
version: 10036,
build_number: 6115,
..Default::default()
Expand Down

0 comments on commit 8171b6e

Please sign in to comment.