From 392c0410f0ea6a3caf073ed97f2808e8dc492973 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 23 Dec 2019 14:59:30 +0100 Subject: [PATCH] Added left|center|right tags to the chat Signed-off-by: WolverinDEV --- shared/js/ui/frames/chat.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/js/ui/frames/chat.ts b/shared/js/ui/frames/chat.ts index 8a84921b..af5ea6cb 100644 --- a/shared/js/ui/frames/chat.ts +++ b/shared/js/ui/frames/chat.ts @@ -105,6 +105,7 @@ namespace MessageHelper { "sub", "sup", "size", "hr", + "left", "l", "center", "c", "right", "r", "ul", "ol", "list", "li",