rust/hedgewars-server/src/core/client.rs
changeset 15938 ce47259d5c86
parent 15930 ab57c0d81748
child 15989 fb389df02e3e
--- 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,