Add.serverAddress

Ip used by the client to connect to the server. The value of this field is the address the client has saved in its servers list. For example a client that joins through localhost and a client that joins through 127.0.0.1 will connect to the same server but the field of this value will be different (localhost for the first client and 127.0.0.1 for the second).

class Add
string serverAddress;

Meta