Paper/patches
Spottedleaf e0d9d6028c Add debug for chunk system unload crash
Somehow, a chunkholder is present in the unload queue after
it has been unloaded. It is likely that this is a result of
adding the chunk holder to the unload queue while it is
unloading. However, that should not be possible.

To find out where it is being added to the unload queue, track
the last stacktrace which adds to the unload queue and check
on chunk holder remove if the holder is present in the unload queue
and log the stacktrace.
2024-06-19 10:55:04 -07:00
..
api Use ItemStack.empty() when air is passed into constructor 2024-06-18 15:31:30 +02:00
removed Remove fully dropped patches 2024-06-16 13:14:53 +02:00
server Add debug for chunk system unload crash 2024-06-19 10:55:04 -07:00
unapplied/server Add back improved watchdog support patch 2024-06-17 13:36:43 +02:00