Merge branch 'general-devel' into banondeath

This commit is contained in:
Luke 2022-10-07 18:52:35 +10:00
commit 43a5b1d513
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Use a string interpolation and escape single quotes when escaping tables (@drunderscore)
* Removed obsolete resource files `TShockAPI/Resources.resx` and `TShockAPI/Resources.Designer.cs`. (@Arthri)
* Fixed hardcore and mediumcore not banning on death when settings are enabled. This also alters the TSPlayer.Ban method to remove the force option which is no longer needed. (@SignatureBeef)
* Plugins and ./bin dependencies are now loaded relative to the launcher, this improves the use of startup files (@SignatureBeef)
## TShock 4.5.18
* Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)