fix: Colored Timestamps

It solves the problem of timestamps being colored according to the last message's color.
This commit is contained in:
Anon 2026-08-09 19:54:22 +02:00 committed by GitHub
commit 8e11304bf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,6 +176,7 @@ namespace MinecraftClient
return; return;
} }
output.Append(str); output.Append(str);
output.Append("§r");
Backend.WriteLineFormatted(output.ToString()); Backend.WriteLineFormatted(output.ToString());
} }
} }