mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
SWT: Syntax
This commit is contained in:
parent
20faa4ef67
commit
36382bd875
@ -96,7 +96,7 @@ public override string ToString()
|
||||
else
|
||||
try
|
||||
{
|
||||
System.Net.EndPoint endpoint = client?.Client?.RemoteEndPoint;
|
||||
EndPoint endpoint = client?.Client?.RemoteEndPoint;
|
||||
return $"[Conn:{connId}, endPoint:{endpoint}]";
|
||||
}
|
||||
catch (SocketException)
|
||||
|
Loading…
Reference in New Issue
Block a user