From 00f10fed06e8ce67195462324c49b2b4cee3d42c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 24 May 2021 02:35:37 -0700 Subject: [PATCH] Fix changelog typo Send/Net flipped --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6c9c8d..246db4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed ridiculous typo in `GetDataHandlers` which caused TShock to read the wrong field in the packet for `usingBiomeTorches`. (@hakusaro, @Arthri) * Fixed torchgod settings to include whether or not torchgod has been fought by the player before and respect `usingBiomeTorches` setting. (@Quinci135) * Fixed /worldmode not synchronising data to players after updating the world state (@bartico6, @Arthri) -* Added `OnNetSendData` hook to TSAPI, which enables developers to hook `SendData` to intercept traffic being sent from the server to clients. (@Stealownz) +* Added `OnSendNetData` hook to TSAPI, which enables developers to intercept traffic being sent from the server to clients. (@Stealownz) ## TShock 4.5.3 * Added permissions for using Teleportation Potions, Magic Conch, and Demon Conch. (@drunderscore)