diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index f75ba53b9..adf2ffdb2 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -426,8 +426,7 @@ void Client::gameInit() branding.getValue("defaultServerType", "tmwathena")); } - if (chatLogger) - chatLogger->setServerName(mCurrentServer.hostname); + chatLogger->setServerName(mCurrentServer.hostname); if (loginData.username.empty() && loginData.remember) loginData.username = serverConfig.getValue("username", ""); |