Release 4.2.2

This commit is contained in:
Dylan K. Taylor
2022-03-02 23:00:29 +00:00
parent 7cd394b0fb
commit 12946fbe46
2 changed files with 10 additions and 1 deletions

View File

@ -19,3 +19,12 @@ Released 19th February 2022.
## Fixes
- Fixed multiple players being able to sleep in the same bed.
- Fixed hitbox not resetting properly after swimming or gliding.
# 4.2.2
Released 2nd March 2022.
## Fixes
- Fixed crash in `/dumpmemory` due to usage of non-printable string keys in `CraftingManager`. Array contents in memory dumps are now rendered as prettified key-value pairs.
- Fixed output directory for `/dumpmemory`.
- `PlayerInventory->isHotbarSlot()` now correctly returns `false` when given `9`.
- Fixed ghost items left in the inventory when dropping tools while mining.