mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Chatlog, Message sending fixes
- Fix ChatLog not creating the folder containing log file - Fix chat prompt not sending regular text messages
This commit is contained in:
parent
87d4687394
commit
c4c5e2efd9
2 changed files with 6 additions and 3 deletions
|
|
@ -186,6 +186,7 @@ namespace MinecraftClient
|
|||
ConsoleIO.WriteLineFormatted("§8" + response_msg);
|
||||
}
|
||||
}
|
||||
else SendChatMessage(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue