Further parse bunches till their channel receives them

This commit is contained in:
AeonLucid
2022-01-10 20:20:02 +01:00
parent f3b0a31761
commit 0a27bdd3c0
23 changed files with 1187 additions and 51 deletions
+7 -1
View File
@@ -55,7 +55,13 @@ public class UIpConnection : UNetConnection
public override string LowLevelGetRemoteAddress(bool bAppendPort = false)
{
throw new NotImplementedException();
if (RemoteAddr != null)
{
// TODO: Remove port
return RemoteAddr.ToString();
}
return string.Empty;
}
public override string LowLevelDescribe()