[STAGING] Staging Chat Fix (#42206)
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
parent
6c8f446f12
commit
455ab786ae
|
|
@ -200,7 +200,7 @@ public partial class ChatBox : UIWidget
|
|||
}
|
||||
// End EE - Chat stacking
|
||||
|
||||
Contents.AddMessage(formatted);
|
||||
Contents.AddMessage(formatted, tagsAllowed: null);
|
||||
}
|
||||
|
||||
public void Focus(ChatSelectChannel? channel = null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue