diff --git a/MinecraftClient/ChatBot.cs b/MinecraftClient/ChatBot.cs index c5eedef8..08933c3a 100644 --- a/MinecraftClient/ChatBot.cs +++ b/MinecraftClient/ChatBot.cs @@ -274,7 +274,7 @@ namespace MinecraftClient { ConsoleIO.WriteLineFormatted("ยง8[BOT] " + text); - if (String.IsNullOrEmpty(Settings.chatbotLogFile)) + if (!String.IsNullOrEmpty(Settings.chatbotLogFile)) { if (!File.Exists(Settings.chatbotLogFile)) {