Bouncer OnTileData - Add more checks on ReplaceTile/ReplaceWall

This commit is contained in:
Patrikkk 2020-06-09 00:39:04 +02:00
parent 0d0641c8c0
commit 6c22cfd57c
2 changed files with 9 additions and 5 deletions

View file

@ -4,7 +4,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
## Upcoming changes
* Installed new sprinklers!
* Fix issue where players could replace tiles with banned tiles without permission. (@Patrikkk)
* Fix multiple holes in Bouncer OnTileData. (@Patrikkk, @hakusaro)
* Issue where players could replace tiles with banned tiles without permission.
* Including replace action in TilePlace threshold incrementation, so players cannot bypass the threshold while replacing tiles/walls.
* Including check for maxTileSets when player is replacing tiles, so players cannot send invalid tile data through the replace tile action.
* Including a check for ReplaceWall when the tile is a Breakable/CutTile.
## TShock 4.4.0 (Pre-release 11)
* New permission `tshock.tp.pylon` to enable teleporting via Teleportation Pylons (@QuiCM)