mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Log sucessful logins for convenience
This commit is contained in:
parent
2a717a6d66
commit
2deca842de
@ -595,6 +595,7 @@ void LobbyServer::receiveClientLogin(const NetworkConnectionPtr & connection, co
|
||||
|
||||
activeAccounts[connection] = accountID;
|
||||
|
||||
logGlobal->info("%s: Logged in as %s", accountID, displayName);
|
||||
sendClientLoginSuccess(connection, accountCookie, displayName);
|
||||
sendRecentChatHistory(connection, "global", "english");
|
||||
if (language != "english")
|
||||
|
Loading…
Reference in New Issue
Block a user