mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix issue #2111
This commit is contained in:
parent
a13af47b3e
commit
b26949e483
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ namespace MinecraftClient
|
||||||
{
|
{
|
||||||
if (!acceptnewlines)
|
if (!acceptnewlines)
|
||||||
text = text.Replace('\n', ' ');
|
text = text.Replace('\n', ' ');
|
||||||
WriteLineFormatted(LogPrefix + text);
|
WriteLineFormatted(LogPrefix + text, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Subfunctions
|
#region Subfunctions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue