Gets the player's connection informations.
assert(player.address.toAddrString() == player.ip); assert(player.address.toPortString() == player.port.to!string);
See Implementation
Gets the player's connection informations.