forked from MagicBane/Server
log machine ID
This commit is contained in:
@@ -283,7 +283,7 @@ public class LoginServerMsgHandler implements NetMsgHandler {
|
||||
String addyPort = clientConnection.getRemoteAddressAndPortAsString();
|
||||
int id = account.getObjectUUID();
|
||||
|
||||
Logger.info(uname + '(' + id + ") has successfully logged in from " + addyPort);
|
||||
Logger.info(uname + '(' + id + ") has successfully logged in from " + addyPort + " MachineID: " + clientConnection.machineID);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user