Skip to content

Commit

Permalink
Fix blocks not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jun 29, 2020
1 parent ebc1f13 commit fc4a87a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public static void updateBlock(GeyserSession session, int blockState, Vector3i p
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();
Expand Down

0 comments on commit fc4a87a

Please sign in to comment.