Skip to content

Commit

Permalink
Fix grpc deserialization error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxu committed Oct 6, 2024
1 parent 2f65a89 commit 1234f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/controller/src/map/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub struct Map {
pub height: u32,
pub players: Vec<MapPlayer>,
pub forces: Vec<MapForce>,
#[serde(default)]
pub twelve_p: bool,
}

Expand Down

0 comments on commit 1234f52

Please sign in to comment.