Only allow using Teleportation Potion and friends whilst holding them

This commit is contained in:
James Puleo 2022-03-19 17:05:02 -04:00
parent 1e5e3cd864
commit b07497ca2b
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D
2 changed files with 22 additions and 0 deletions

View file

@ -13,6 +13,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
## Upcoming changes
* Only allow using Teleportation Potions, Magic Conch, and Demon Conch whilst holding them. (@drunderscore)
## TShock 4.5.17
* Fixed duplicate characters (twins) after repeatedly logging in as the same character due to connection not being immediately closed during `NetHooks_NameCollision`. (@gohjoseph)