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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user