mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
add option to log chat history
This commit is contained in:
@@ -944,6 +944,10 @@ void Network::BeginChatLog()
|
||||
|
||||
void Network::AppendChatLog(const utf8 *text)
|
||||
{
|
||||
if (!gConfigNetwork.log_chat) {
|
||||
return;
|
||||
}
|
||||
|
||||
const utf8 *chatLogPath = _chatLogPath.c_str();
|
||||
|
||||
utf8 directory[MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user