Add additional onXthresholdBroken to changelog

sorry I couldn't figure out how to put everything in one pr
This commit is contained in:
moisterrific 2020-06-04 22:39:52 -04:00 committed by GitHub
parent 6f65107b1a
commit 911f0d9320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)