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