Fix blocks not updating

This commit is contained in:
DoctorMacc 2020-06-29 16:46:29 -04:00
parent ebc1f13e9b
commit fc4a87a9c9
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ public class ChunkUtils {
updateBlockPacket.setBlockPosition(position);
updateBlockPacket.setRuntimeId(blockId);
updateBlockPacket.getFlags().add(UpdateBlockPacket.Flag.NEIGHBORS);
updateBlockPacket.getFlags().add(UpdateBlockPacket.Flag.NETWORK);
session.sendUpstreamPacket(updateBlockPacket);
UpdateBlockPacket waterPacket = new UpdateBlockPacket();