mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-04 21:29:13 +00:00
1544749282
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