Fix chatbotlogfile not creating/writing to logfile

Bug report by TorchRJ_
This commit is contained in:
ORelio 2014-08-27 17:19:33 +02:00
parent 4e65aa88fa
commit 5fd32828c7

View file

@ -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))
{