Fix Horse Metadata Error

This commit is contained in:
HugoDaBosss 2016-03-01 15:09:21 +01:00
parent 45dfe7261b
commit 43aaa728b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 :))