mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add logging of color codes (#1811)
This commit is contained in:
parent
6928cd40fd
commit
4ba09754de
3 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ namespace MinecraftClient.Logger
|
|||
{
|
||||
try
|
||||
{
|
||||
msg = ChatBot.GetVerbatim(msg);
|
||||
if (!Settings.SaveColorCodes)
|
||||
msg = ChatBot.GetVerbatim(msg);
|
||||
if (prependTimestamp)
|
||||
msg = GetTimestamp() + ' ' + msg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue