mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
reply to custom query packet
This commit is contained in:
parent
5ae890f941
commit
261913e606
1 changed files with 5 additions and 0 deletions
|
@ -226,6 +226,11 @@ impl Client {
|
|||
}
|
||||
ClientboundLoginPacket::CustomQuery(p) => {
|
||||
debug!("Got custom query {:?}", p);
|
||||
conn.write(ServerboundCustomQueryPacket {
|
||||
transaction_id: p.transaction_id,
|
||||
data: None,
|
||||
})
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue