mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-25 01:47:39 +01:00
Fix invisible banners on placement (#819). Send the blockupdate before the Update Block Entity is sent.
This commit is contained in:
parent
576bee40fc
commit
4d38ca1b3c
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user