diff options
-rw-r--r-- | src/client.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp index 4bd60e977..fa8f032fa 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1879,9 +1879,8 @@ void Client::initScreenshotDir() if (!configScreenshotSuffix.empty()) { - mScreenshotDir += PHYSFS_getDirSeparator() + configScreenshotSuffix; -// config.setValue("screenshotDirectorySuffix", -// configScreenshotSuffix); + mScreenshotDir += PHYSFS_getDirSeparator() + + configScreenshotSuffix; } } } |