From 22239c7966e52042cc6d374637d52df9de92f33c Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 7 Oct 2022 18:43:12 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f122591..4042686f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * SetDefaultsEventArgs now includes a nullable ItemVariant instance. (@SignatureBeef) * 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) ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@gohjoseph)