Add Emoji event

This is received from the client when they are trying to display an emoji, this comes in to the server, gets processed, and the server sends back the Emote Bubble packet to the clients.
This commit is contained in:
Patrikkk 2020-06-01 14:38:29 +02:00
parent c5fcece18d
commit 2254df21fd
2 changed files with 47 additions and 1 deletions

View file

@ -3,7 +3,7 @@
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
* Your change goes here!
* Add Emoji event to GetDataHandler. This packet is received when a player tries to display an emote.
## TShock 4.4.0 (Pre-release 10)
* Fix all rope coils. (@Olink)