mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix compile error
This commit is contained in:
parent
9e061be903
commit
cfe6bea25a
1 changed files with 1 additions and 0 deletions
|
@ -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:?}");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue