From 17a1dd13aa0c7fb0f615d50d3f4a632543c2e661 Mon Sep 17 00:00:00 2001 From: Killia0 Date: Sun, 24 Jul 2022 19:33:28 -0400 Subject: [PATCH] Use right name in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9493586b..318e82b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Only allow using Teleportation Potions, Magic Conch, and Demon Conch whilst holding them. (@drunderscore) * 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 OnPlayerHasBuildPermission hook to PlayerHooks. (@AnzhelikaO, @Killia0) +* Added PlayerHasBuildPermission hook to PlayerHooks. (@AnzhelikaO, @Killia0) ## 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)