3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-31 19:38:03 +02:00

Fix Horse Metadata Error

Dieser Commit ist enthalten in:
HugoDaBosss 2016-03-01 15:09:21 +01:00
Ursprung 45dfe7261b
Commit 43aaa728b5

Datei anzeigen

@ -478,7 +478,7 @@ public class OutgoingTransformer {
} }
output.writeBoolean(toWrite != null); output.writeBoolean(toWrite != null);
if (toWrite != null) if (toWrite != null)
PacketUtil.writeUUID((UUID) value, output); PacketUtil.writeUUID((UUID) toWrite, output);
break; break;
case BlockID: case BlockID:
// if we have both sources :)) // if we have both sources :))