Fix "Fixed" typo in CHANGELOG.md

This commit is contained in:
gohjoseph 2022-03-21 01:38:15 +08:00
parent 4c7df5d551
commit 5b7ecd344d

View file

@ -13,7 +13,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
## Upcoming changes
* Fix `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)
## TShock 4.5.17
* Fixed duplicate characters (twins) after repeatedly logging in as the same character due to connection not being immediately closed during `NetHooks_NameCollision`. (@gohjoseph)