Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-06-08 20:00:08 +01:00
19 changed files with 277 additions and 42 deletions

View File

@ -24,3 +24,8 @@ Plugin developers should **only** update their required API to this version if y
# 3.19.2
- Signs can now only be edited by the player who placed them. They will become finalized if the chunk containing them is unloaded and reloaded, or if the creating player quits the server.
# 3.19.3
- Fixed `Worker->quit()` returning without stopping the thread.
- Added some protocol constants in `SetDisplayObjectivePacket`.
- Fixed possible client crash caused by `CraftingDataPacket`.