this again :thonkingtempered:

This commit is contained in:
Dylan K. Taylor 2021-06-08 19:27:49 +01:00
parent 908b627846
commit f3e1c82246
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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`.