From 911f0d93209f082e32bb95af4ef9b7c82f756597 Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Thu, 4 Jun 2020 22:39:52 -0400 Subject: [PATCH] Add additional onXthresholdBroken to changelog sorry I couldn't figure out how to put everything in one pr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0712a2..a022f0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Add SyncTilePicking event. This is called when a player damages a tile. Implementing SyncTilePickingHandler and patching tile damaging related exploits. (Preventing player sending invalid world position data which disconnects other players.) * Fix the issue where mobs could not be fished out during bloodmoon because of Bouncer checks. (@Patrikkk) * Update for OTAPI 2.0.0.37 and Terraria 1.4.0.5. (@hakusaro, @Patrikkk) -* Adding missing PlayerInfo data in GetDataHandler. (@Patrikkk) +* Add additional config options for automatically kicking clients from the server upon breaking anti-cheat thresholds. (@moisterrific) ## TShock 4.4.0 (Pre-release 10) * Fix all rope coils. (@Olink)