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:
ORelio 2014-06-16 14:23:56 +02:00
parent 87d4687394
commit c4c5e2efd9
2 changed files with 6 additions and 3 deletions

View file

@ -186,6 +186,7 @@ namespace MinecraftClient
ConsoleIO.WriteLineFormatted("§8" + response_msg);
}
}
else SendChatMessage(text);
}
}
}