1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix compile error

This commit is contained in:
mat 2025-02-24 04:15:33 +00:00
parent 9e061be903
commit cfe6bea25a

View file

@ -749,6 +749,7 @@ impl GamePacketHandler<'_> {
); );
return; return;
}; };
let entity_kind = *entity_kind;
debug!("Got set entity data packet {p:?} for entity of kind {entity_kind:?}"); debug!("Got set entity data packet {p:?} for entity of kind {entity_kind:?}");