mirror of
https://github.com/opensim/opensim.git
synced 2026-05-30 14:17:12 +08:00
Merge branch 'master' into vehicles
This commit is contained in:
@@ -813,7 +813,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void Close(bool ShutdownCircuit)
|
||||
public void Close()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -833,6 +833,11 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
set { m_circuitCode = value; }
|
||||
}
|
||||
|
||||
public IPEndPoint RemoteEndPoint
|
||||
{
|
||||
get { return new IPEndPoint(IPAddress.Loopback, (ushort)m_circuitCode); }
|
||||
}
|
||||
|
||||
public void SendBlueBoxMessage(UUID FromAvatarID, String FromAvatarName, String Message)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user