Sort out some logging problems

This commit is contained in:
Martin Barksten
2016-09-20 19:02:02 +02:00
parent 5b65df2596
commit 4c83cc4b4a
5 changed files with 9 additions and 21 deletions

View File

@ -142,8 +142,6 @@ pub struct TournamentEnded {
#[derive(Serialize, Deserialize, Debug)]
pub struct Map {
#[serde(rename="type")]
pub type_: String,
pub width: i32,
pub height: i32,
pub worldTick: u32,