Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Fix invisible banners on placement (#819). Send the blockupdate before the Update Block Entity is sent.
Dieser Commit ist enthalten in:
Ursprung
576bee40fc
Commit
4d38ca1b3c
@ -63,7 +63,7 @@ public class BlockEntityProvider implements Provider {
|
||||
wrapper.write(Type.POSITION, position);
|
||||
wrapper.write(Type.VAR_INT, blockId);
|
||||
|
||||
wrapper.send(ProtocolSnapshotTo1_12_2.class);
|
||||
wrapper.send(ProtocolSnapshotTo1_12_2.class, true, true);
|
||||
}
|
||||
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren