mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Temporary fix for the region crossing crash, Although we need to start to change and improve how we handle caps.
This commit is contained in:
@@ -47,6 +47,11 @@ namespace OpenSim.Framework.Servers
|
||||
protected int m_port;
|
||||
protected bool m_firstcaps = true;
|
||||
|
||||
public int Port
|
||||
{
|
||||
get { return m_port; }
|
||||
}
|
||||
|
||||
public BaseHttpServer(int port)
|
||||
{
|
||||
m_port = port;
|
||||
|
||||
Reference in New Issue
Block a user