mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: Colored Timestamps
It solves the problem of timestamps being colored according to the last message's color.
This commit is contained in:
commit
8e11304bf9
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ namespace MinecraftClient
|
|||
return;
|
||||
}
|
||||
output.Append(str);
|
||||
output.Append("§r");
|
||||
Backend.WriteLineFormatted(output.ToString());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue