diff -r e514ceb5e7d6 -r ce47259d5c86 rust/hedgewars-server/src/core/client.rs --- a/rust/hedgewars-server/src/core/client.rs Sat Mar 25 03:29:22 2023 +0300 +++ b/rust/hedgewars-server/src/core/client.rs Sat Mar 25 04:00:30 2023 +0300 @@ -30,6 +30,7 @@ impl HwClient { pub fn new(id: ClientId, protocol_number: u16, nick: String) -> HwClient { + todo!("add quiet flag"); HwClient { id, nick,