Gets the player's remote address. it's usually an ipv4, ipv6 or an ipv4-mapped ipv6.
if(session.address.addressFamily == AddressFamily.INET6) { log(session, " is connected through IPv6"); }
See Implementation
Gets the player's remote address. it's usually an ipv4, ipv6 or an ipv4-mapped ipv6.