author | alfadur |
Mon, 19 Feb 2024 00:14:10 +0300 | |
changeset 15991 | 00bf5adba849 |
parent 15990 | c40f5e27aaf0 |
child 15995 | 4c523ed1d35c |
--- a/rust/hedgewars-server/src/handlers/inlobby.rs Wed Feb 14 02:07:35 2024 +0300 +++ b/rust/hedgewars-server/src/handlers/inlobby.rs Mon Feb 19 00:14:10 2024 +0300 @@ -28,6 +28,8 @@ //todo!("add kick/ban handlers"); //todo!("add command for forwarding lobby chat into rooms + //todo!("report player account age") + //todo!("port listing rooms for incompatible protocols")) match message { CreateRoom(name, password) => match server.create_room(client_id, name, password) {