fix IClientIPEndpoint broken by justin long ago.. but stop using it

except on SceneBanner, later it my be also removed from there and
 everywhere
This commit is contained in:
UbitUmarov
2017-05-22 19:14:19 +01:00
parent 8f9256ea1c
commit 73222e4dd4
4 changed files with 15 additions and 20 deletions

View File

@@ -34,6 +34,6 @@ namespace OpenSim.Framework.Client
{
public interface IClientIPEndpoint
{
IPAddress EndPoint { get; }
IPEndPoint RemoteEndPoint { get; }
}
}