mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-12 16:14:24 +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
|
@Override
|
||||||
public void toBuffer(PacketByteBuf buffer) {
|
public void toBuffer(PacketByteBuf buffer) {
|
||||||
buffer.writeUuid(playerId);
|
buffer.writeUuid(playerId);
|
||||||
buffer.writeInt(animation.ordinal());
|
buffer.writeEnumConstant(animation);
|
||||||
buffer.writeInt(duration);
|
buffer.writeInt(duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue