Update OnTeleport hook with new changes

This commit is contained in:
Lucas Nicodemus 2020-05-17 23:15:41 -07:00
parent 16df9bb16c
commit 926f97b49f
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
2 changed files with 23 additions and 10 deletions

View file

@ -105,6 +105,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* Modifying ToggleExpert command. Main.expertMode is no longer settable. Using a Main.GameMode int property comparsion.
* GameCulture no longer has static fields to get local language. Using methods to return/compare language.
* Added permission "tshock.npc.spawnpets" which restricts pet spawns. This can cause high network load, so it's restricted. (@hakusaro)
* Updated OnTeleport to support new args per protocol changes. (@hakusaro)
## TShock 4.3.26
* Removed the stat tracking system. (@hakusaro)