diff options
Diffstat (limited to 'src/recorder.cpp')
-rw-r--r-- | src/recorder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorder.cpp b/src/recorder.cpp index 57f030b2..07d9a771 100644 --- a/src/recorder.cpp +++ b/src/recorder.cpp @@ -75,7 +75,7 @@ void Recorder::respond(const std::string &msg) * recorded. */ mChat->chatLog("Starting to record...", BY_SERVER); - std::string file = std::string(PHYSFS_getUserDir()) + "/.aethyra/" + msgCopy; + std::string file = std::string(PHYSFS_getUserDir()) + "/.tmw/" + msgCopy; mStream.open(file.c_str(), std::ios_base::trunc); if (mStream.is_open()) |