TileKill -> PlaceChest (hook changed, so did packet); +Bouncer

This commit is contained in:
Lucas Nicodemus 2017-12-14 20:13:25 -07:00
parent 9f8db96188
commit 6d7c8aa019
3 changed files with 77 additions and 54 deletions

View file

@ -68,6 +68,7 @@ Putting this stuff down here so things don't conflict as often.
* Added `TSPlayer` object to `GetDataHandlers.LiquidSetEventArgs`. (@hakusaro)
* Removed `TShock.StartInvasion` for public use (moved to Utils and marked internal). (@hakusaro)
* Fixed invasions started by TShock not reporting size correctly and probably not working at all. (@hakusaro)
* Removed `GetDataHandlers.TileKill` and replaced it with `GetDataHandlers.PlaceChest` as the packet originally designated as tile kill is now only used for chests. (@hakusaro)
## TShock 4.3.25
* Fixed a critical exploit in the Terraria protocol that could cause massive unpreventable world corruption as well as a number of other problems. Thanks to @bartico6 for reporting. Fixed by the efforts of @QuiCM, @hakusaro, and tips in the right directioon from @bartico6.