mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-07 23:34:20 +00:00
dont log session key
This commit is contained in:
@@ -768,7 +768,7 @@ void HandleMasterPacket(Packet* packet) {
|
||||
|
||||
LUString 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:
|
||||
User* user = UserManager::Instance()->GetUser(username.string.c_str());
|
||||
if (!user) {
|
||||
|
||||
Reference in New Issue
Block a user