Adding EmojiHandler to handle an exploit. Adding sendemoji permission and checks.

I know, this is not something important, but I'm going through the new packets one by one and adding events developers can work with, patching exploits, and thought this could be a core permission.
This commit is contained in:
Patrikkk 2020-06-01 15:24:02 +02:00
parent 2254df21fd
commit f538ceb793
4 changed files with 38 additions and 2 deletions

View file

@ -3,7 +3,8 @@
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
## Upcoming Changes
* Add Emoji event to GetDataHandler. This packet is received when a player tries to display an emote.
* Add Emoji event to GetDataHandler. This packet is received when a player tries to display an emote.
* Adding EmojiHandler to handle an exploit. Adding `tshock.sendemoji` permission and checks. Added this permission to guest group by default.
## TShock 4.4.0 (Pre-release 10)
* Fix all rope coils. (@Olink)