Do not render emotes if they get deactivated at runtime
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ internal class Message
|
||||
AddContentAfterURLCheck(builder.ToString(), text, chunk);
|
||||
builder.Clear();
|
||||
|
||||
AddChunkWithMessage(new TextChunk(chunk.Source, EmotePayload.ResolveEmote(word), word));
|
||||
AddChunkWithMessage(new TextChunk(chunk.Source, EmotePayload.ResolveEmote(word), word) { FallbackColour = text.FallbackColour });
|
||||
builder.Append(' ');
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user