Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 08:10:09 +01:00
Fix Horse Metadata Error
Dieser Commit ist enthalten in:
Ursprung
45dfe7261b
Commit
43aaa728b5
@ -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 :))
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren