mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-05 11:32:53 +00:00

We send monitor updates when a player starts watching a chunk. However, the block/tile data has not been sent when this event is fired, and so the packet is entirely ignored. Instead, we now queue a "send this" task, which is then dispatched on the next tick end. I have memories of this working on 1.12, so either something changed in an update or I'm a complete idiot. Both are possible. Fixes #687