[BUG] Player Head Placement Sync
ginsm opened this issue ยท 1 comments
Describe the bug
When a player places a head inside a grave with other players in the area, the other players clients will still show the old state.
Forgotten Graves Version
mc1.18.1-v2.5.0 (happens on any version)
To Reproduce
- Stand next to another player
- Have the other player place a head
- Witness no change
Expected behavior
The clients should update upon the new head being placed in the grave
Additional context
Probably just need to send a packet to each client in the area to update
Commit 16082d9 resolves this issue.
It'll be added in the next update (v2.5.1) which is going to be focused around bug fixing and refactoring the code base.
Closing.