mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Fixed emotes
This commit is contained in:
parent
1410021373
commit
96bade49be
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public record MsgPlayerAnimationChange (
|
|||
@Override
|
||||
public void toBuffer(PacketByteBuf buffer) {
|
||||
buffer.writeUuid(playerId);
|
||||
buffer.writeInt(animation.ordinal());
|
||||
buffer.writeEnumConstant(animation);
|
||||
buffer.writeInt(duration);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue