diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index eb5c0f5..72348b9 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -370,6 +370,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
370 | #region Properties | 370 | #region Properties |
371 | 371 | ||
372 | public LLUDPClient UDPClient { get { return m_udpClient; } } | 372 | public LLUDPClient UDPClient { get { return m_udpClient; } } |
373 | public LLUDPServer UDPServer { get { return m_udpServer; } } | ||
373 | public IPEndPoint RemoteEndPoint { get { return m_udpClient.RemoteEndPoint; } } | 374 | public IPEndPoint RemoteEndPoint { get { return m_udpClient.RemoteEndPoint; } } |
374 | public UUID SecureSessionId { get { return m_secureSessionId; } } | 375 | public UUID SecureSessionId { get { return m_secureSessionId; } } |
375 | public IScene Scene { get { return m_scene; } } | 376 | public IScene Scene { get { return m_scene; } } |