1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-16 10:09:55 +00:00
CC-Tweaked/src
Jonathan Coates 1544749282 Defer sending monitor updates until tick end
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
2021-01-18 22:20:48 +00:00
..
generated/resources Fix impostor recipes for disks 2021-01-09 18:30:07 +00:00
main Defer sending monitor updates until tick end 2021-01-18 22:20:48 +00:00
test Serialise sparse arrays into JSON (#685) 2021-01-18 20:48:33 +00:00
web Update illuaminate 2021-01-06 17:42:47 +00:00