log machine ID

This commit is contained in:
2024-04-30 19:25:57 -05:00
parent 4b67cbef38
commit 5c023b4c4d
@@ -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);
} }