mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 19:45:21 +01:00
Merge pull request #63 from gigosaurus/patch-1
Fix player entity meta data
This commit is contained in:
commit
99fd01c359
@ -393,6 +393,9 @@ public class OutgoingTransformer {
|
||||
byte yaw = input.readByte();
|
||||
output.writeByte(yaw);
|
||||
|
||||
// next field is Current Item, this was removed in 1.9 so we'll ignore it
|
||||
input.readShort();
|
||||
|
||||
transformMetadata(id, input, output);
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user