mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
always show logins
This commit is contained in:
@@ -1440,7 +1440,7 @@ void LoginServer::onValidateClient(StationId suid, const std::string & username,
|
|||||||
|
|
||||||
//Send off request for the avatar list from the database.
|
//Send off request for the avatar list from the database.
|
||||||
DatabaseConnection::getInstance().requestAvatarListForAccount(suid, 0);
|
DatabaseConnection::getInstance().requestAvatarListForAccount(suid, 0);
|
||||||
DEBUG_REPORT_LOG(true, ("Client connected. Station Id: %lu, Username: %s\n", suid, username.c_str()));
|
REPORT_LOG(true, ("Client connected. Station Id: %lu, Username: %s\n", suid, username.c_str()));
|
||||||
LOG("LoginClientConnection", ("onValidateClient() for stationId (%lu) at IP (%s), id (%s), requesting avatar list for account", suid, conn->getRemoteAddress().c_str(), username.c_str()));
|
LOG("LoginClientConnection", ("onValidateClient() for stationId (%lu) at IP (%s), id (%s), requesting avatar list for account", suid, conn->getRemoteAddress().c_str(), username.c_str()));
|
||||||
|
|
||||||
//Set up the connection as being validated with this suid.
|
//Set up the connection as being validated with this suid.
|
||||||
|
|||||||
Reference in New Issue
Block a user