EmojiHandler - Adding requested PR changes. Changing debug message. Fix wordings.
This commit is contained in:
parent
c94d15e634
commit
acdbfecaf1
2 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ namespace TShockAPI
|
|||
GetDataHandlers.SendTileSquare += STSHandler.OnReceiveSendTileSquare;
|
||||
|
||||
EmojiHandler = new Handlers.EmojiHandler();
|
||||
GetDataHandlers.Emoji += EmojiHandler.OnEmoji;
|
||||
GetDataHandlers.Emoji += EmojiHandler.OnReceiveEmoji;
|
||||
|
||||
// Setup hooks
|
||||
GetDataHandlers.GetSection += OnGetSection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue