diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 5344dcffe..e09bbdcbc 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -345,8 +345,6 @@ void Client::gameInit() putenv("SDL_VIDEO_CENTERED=1"); #endif - putenv((char*)("LANG=" + lang).c_str()); - chatLogger = new ChatLogger; if (mOptions.chatLogDir == "") chatLogger->setBaseLogDir(mLocalDataDir + std::string("/logs/")); |