Update CHANGELOG.md
This commit is contained in:
parent
958913ef13
commit
86527974de
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Fixed the ability to create custom messages with your death (or the death of another player) (@AgaSpace)
|
||||
* Added the `OnSignRead` handler in `GetDataHandler`, and added the `SignRead` event. Added check to ensure the sign being read is within world bounds `(x >= 0 && y >= 0 && x < Main.maxTilesX && y < Main.maxTilesY)`. (@drunderscore)
|
||||
* Added check to `HandleNpcTalk` to ensure the passed NPC index is within bounds (>= -1 && < `Main.maxNPCs`). (@drunderscore)
|
||||
* Removed extraneous space causing build commands in README to fail. (@EtherTyper)
|
||||
|
||||
## TShock 4.5.11
|
||||
* Add the new allowed buff TentacleSpike to NPC buff cheat detection bouncer. (@sgkoishi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue