mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
dumb of me
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "DatabaseConnection.h"
|
||||
#include "ConfigLoginServer.h"
|
||||
//#include "SessionApiClient.h"
|
||||
#include "SessionApiClient.h"
|
||||
#include "sharedLog/Log.h"
|
||||
#include "sharedNetworkMessages/ClientLoginMessages.h"
|
||||
#include "sharedNetworkMessages/DeleteCharacterMessage.h"
|
||||
@@ -217,7 +217,7 @@ void ClientConnection::validateClient(const std::string &id, const std::string &
|
||||
uname = id;
|
||||
}
|
||||
|
||||
if (authOK && user_id && parent_id) {
|
||||
if (authOK) {
|
||||
REPORT_LOG(true, ("Client connected. Username: %s (%i) \n", uname.c_str(), user_id));
|
||||
|
||||
if (!parentAccount.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user