1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

change directory name to 'chatlogs'

This commit is contained in:
Ted John
2016-05-30 18:03:31 +01:00
parent feb65ea93c
commit 2264027afa

View File

@@ -936,7 +936,7 @@ void Network::BeginChatLog()
strftime(filename, sizeof(filename), "%Y%m%d-%H%M%S.txt", tmInfo);
utf8 path[MAX_PATH];
platform_get_user_directory(path, "logs");
platform_get_user_directory(path, "chatlogs");
Path::Append(path, sizeof(path), filename);
_chatLogPath = std::string(path);