Hello, I would like to request to be able to get the IP address of a client in scripting. Currently I have to extract them from the logs by analyzing events as below:
19:55:38:063 RPL : ServerImpl event: authenticating (identity=0x0000000B, address=123.123.123.123:59398) 19:55:38:662 RPL : ServerImpl event: connected (identity=0x0000000B) ... 19:55:46:033 NETWORK : ### Connecting player: connectionID=11, Name= ... 19:55:47:945 NETWORK : ### Creating player: PlayerId=42, Name=SomePlayer
Unfortunately, those logs seem to sometimes overlap and it is not always trivial to find out which address is which client, especially when multiple players are connecting at a time. I would appreciate being able to obtain the address in script by querying the player manager or some other class.