fix friends

This commit is contained in:
Maple 2026-04-06 16:42:08 +02:00
commit 0ef484ffd2
5 changed files with 43 additions and 12 deletions

View file

@ -268,6 +268,7 @@ pub fn new_connect_packet(
.checksummed_data()
.expect("packet malformed in creation"),
);
info!("header: {:?}", packet.header());
packet.0
}