mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix chatbotlogfile not creating/writing to logfile
Bug report by TorchRJ_
This commit is contained in:
parent
4e65aa88fa
commit
5fd32828c7
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ namespace MinecraftClient
|
||||||
{
|
{
|
||||||
ConsoleIO.WriteLineFormatted("§8[BOT] " + text);
|
ConsoleIO.WriteLineFormatted("§8[BOT] " + text);
|
||||||
|
|
||||||
if (String.IsNullOrEmpty(Settings.chatbotLogFile))
|
if (!String.IsNullOrEmpty(Settings.chatbotLogFile))
|
||||||
{
|
{
|
||||||
if (!File.Exists(Settings.chatbotLogFile))
|
if (!File.Exists(Settings.chatbotLogFile))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue