mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-08 07:44:23 +00:00
dont log session key
This commit is contained in:
@@ -768,7 +768,7 @@ void HandleMasterPacket(Packet* packet) {
|
|||||||
|
|
||||||
LUString username;
|
LUString username;
|
||||||
inStream.Read(username);
|
inStream.Read(username);
|
||||||
LOG("Got new session alert for user %s %i", username.string.c_str(), sessionKey);
|
LOG("Got new session alert for user %s", username.string.c_str());
|
||||||
//Find them:
|
//Find them:
|
||||||
User* user = UserManager::Instance()->GetUser(username.string.c_str());
|
User* user = UserManager::Instance()->GetUser(username.string.c_str());
|
||||||
if (!user) {
|
if (!user) {
|
||||||
|
|||||||
Reference in New Issue
Block a user