mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
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:
@@ -34,6 +34,6 @@ namespace OpenSim.Framework.Client
|
||||
{
|
||||
public interface IClientIPEndpoint
|
||||
{
|
||||
IPAddress EndPoint { get; }
|
||||
IPEndPoint RemoteEndPoint { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user