rust/hedgewars-server/src/core/client.rs
changeset 15938 ce47259d5c86
parent 15930 ab57c0d81748
child 15989 fb389df02e3e
equal deleted inserted replaced
15937:e514ceb5e7d6 15938:ce47259d5c86
    28     pub clan: Option<u8>,
    28     pub clan: Option<u8>,
    29 }
    29 }
    30 
    30 
    31 impl HwClient {
    31 impl HwClient {
    32     pub fn new(id: ClientId, protocol_number: u16, nick: String) -> HwClient {
    32     pub fn new(id: ClientId, protocol_number: u16, nick: String) -> HwClient {
       
    33         todo!("add quiet flag");
    33         HwClient {
    34         HwClient {
    34             id,
    35             id,
    35             nick,
    36             nick,
    36             protocol_number,
    37             protocol_number,
    37             room_id: None,
    38             room_id: None,