3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-17 01:23:43 +02:00

Fix invisible banners on placement (#819). Send the blockupdate before the Update Block Entity is sent.

Dieser Commit ist enthalten in:
Matsv 2018-04-02 15:51:56 +02:00
Ursprung 576bee40fc
Commit 4d38ca1b3c

Datei anzeigen

@ -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);
}