From d0e7004303fcd520bdfaa5bc2336723f4c15a7d7 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 14 Oct 2022 23:20:17 -0700 Subject: [PATCH] Relocate changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b086efa4..2dba6b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * In OTAPI 3.1.12-alpha, "server world deletions" were fixed. (@SignatureBeef) * Fixed NetTile errors by implementing new packet read/write data. (@SignatureBeef) * Fixed Inferno Fork causing kick from rejected abnormal buff. (@Stealownz) +* Prevented Server Broadcast from executing without a message. (@PackmanDude, @punchready) + ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider) @@ -52,7 +54,6 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Removed the config options `TileRectangleSizeThreshold` and `KickOnTileRectangleSizeThresholdBroken` because they are made obsolete by the new system, which will only allow valid rectangle sizes (at a maximum of only 4 by 4 tiles in 1.4.3.6). (@punchready) * Bumped Newtonsoft Json to 13.0.1. (@dependabot) * Allow the Cool Whip to apply `CoolWhipNPCDebuff` for `240` ticks, fixing abnormal NPC buff add rejects in Bouncer. (@drunderscore) -* Prevent Server Broadcast to display prefix without a message. (@PackmanDude, @punchready) ## 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`. (@PotatoCider)