* первый был

* Update drink-component.ftl
This commit is contained in:
rhailrake
2023-08-31 12:57:46 +06:00
committed by Aviu00
parent b8db546c33
commit fb60b31836
5 changed files with 24 additions and 17 deletions

View File

@@ -84,7 +84,7 @@ namespace Content.Client.Popups
if (isLogging)
{
_chatManager.SendMessage($"notice {message}", ChatSelectChannel.Console);
_chatManager.SendMessage($"notice [font size=10][color=#aeabc4]{message}[/color][/font]", ChatSelectChannel.Console);
}
}