Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-25 15:50:10 +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);
|
||||
if (toWrite != null)
|
||||
PacketUtil.writeUUID((UUID) value, output);
|
||||
PacketUtil.writeUUID((UUID) toWrite, output);
|
||||
break;
|
||||
case BlockID:
|
||||
// if we have both sources :))
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren