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

This commit is contained in:
Matsv 2018-04-02 15:51:56 +02:00
parent 576bee40fc
commit 4d38ca1b3c

View File

@ -63,7 +63,7 @@ public class BlockEntityProvider implements Provider {
wrapper.write(Type.POSITION, position); wrapper.write(Type.POSITION, position);
wrapper.write(Type.VAR_INT, blockId); wrapper.write(Type.VAR_INT, blockId);
wrapper.send(ProtocolSnapshotTo1_12_2.class); wrapper.send(ProtocolSnapshotTo1_12_2.class, true, true);
} }