|
|
@ -283,7 +283,7 @@ public class LoginServerMsgHandler implements NetMsgHandler { |
|
|
|
String addyPort = clientConnection.getRemoteAddressAndPortAsString(); |
|
|
|
String addyPort = clientConnection.getRemoteAddressAndPortAsString(); |
|
|
|
int id = account.getObjectUUID(); |
|
|
|
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); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|