From c119699d6b5852df1d6105d1b85c32a843acce12 Mon Sep 17 00:00:00 2001 From: PackmanDude Date: Mon, 15 Aug 2022 00:32:16 +0300 Subject: [PATCH] Add co-author to CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4637dc62..97ee0ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Updated server startup language to be more clear when encountering a fatal startup error. Now, the server gives more context as to what happened so that there's a better chance of people being able to help themselves. (@hakusaro) * Added `-worldevil ` command line argument (@NotGeri) * Added PlayerHasBuildPermission hook to PlayerHooks. (@AnzhelikaO, @Killia0) -* Prevent Server Broadcast to display prefix without a message. (@PackmanDude) +* 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`. (@gohjoseph)