Missed a refactor
This commit is contained in:
parent
9dff07e6c2
commit
7c98a7b19a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ namespace TShockAPI
|
||||||
GetDataHandlers.ReadNetModule += NetModuleHandler.OnReceive;
|
GetDataHandlers.ReadNetModule += NetModuleHandler.OnReceive;
|
||||||
|
|
||||||
EmojiHandler = new Handlers.EmojiHandler();
|
EmojiHandler = new Handlers.EmojiHandler();
|
||||||
GetDataHandlers.Emoji += EmojiHandler.OnReceiveEmoji;
|
GetDataHandlers.Emoji += EmojiHandler.OnReceive;
|
||||||
|
|
||||||
// Setup hooks
|
// Setup hooks
|
||||||
GetDataHandlers.GetSection += OnGetSection;
|
GetDataHandlers.GetSection += OnGetSection;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue