mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-22 16:38:20 +01:00
Fix Horse Metadata Error
This commit is contained in:
parent
45dfe7261b
commit
43aaa728b5
@ -478,7 +478,7 @@ public class OutgoingTransformer {
|
||||
}
|
||||
output.writeBoolean(toWrite != null);
|
||||
if (toWrite != null)
|
||||
PacketUtil.writeUUID((UUID) value, output);
|
||||
PacketUtil.writeUUID((UUID) toWrite, output);
|
||||
break;
|
||||
case BlockID:
|
||||
// if we have both sources :))
|
||||
|
Loading…
Reference in New Issue
Block a user