Add & move OnPlaceItemFrame to Bouncer

This commit is contained in:
Lucas Nicodemus 2017-12-15 23:15:43 -07:00
parent 748d7f7fab
commit 9f7c3ead09
3 changed files with 79 additions and 14 deletions

View file

@ -80,6 +80,7 @@ Putting this stuff down here so things don't conflict as often.
* Added `GetDataHandlers.MassWireOperation` hook and related arguments. (@hakusaro)
* Added `GetDataHandlers.PlaceTileEntity` hook and related arguments. (@hakusaro)
* Added `TSPlayer` to `GetDataHandlers.GemLockToggle`. (@hakusaro)
* Added `GetDataHandlers.PlaceItemFrame` hook and related arguments. (@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.