[feat] Emote panel, monkey rsi fix
This commit is contained in:
@@ -23,6 +23,8 @@ public partial class ChatSystem
|
||||
var emotes = _prototypeManager.EnumeratePrototypes<EmotePrototype>();
|
||||
foreach (var emote in emotes)
|
||||
{
|
||||
if (emote.ChatTriggers == null)
|
||||
continue;
|
||||
foreach (var word in emote.ChatTriggers)
|
||||
{
|
||||
var lowerWord = word.ToLower();
|
||||
|
||||
Reference in New Issue
Block a user