Paper/patches
Jason Penilla f5ff0a592e
Fix delay player chunk unloads
It was not functional as the check for a ticket level change before adding the delay ticket would never succeed. This is because the player chunk loader adds an unknown ticket at the same level before removing the player ticket (with addAndRemove).

This fixes it by moving the delay ticket add to the player chunk loader's addAndRemove call.
2023-07-21 18:40:00 -07:00
..
api [ci skip] Fix incorrect javadoc in JarLibrary (#9513) 2023-07-19 12:51:58 +01:00
removed Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
server Fix delay player chunk unloads 2023-07-21 18:40:00 -07:00