* Made RegionUp virtual
parent
d2b1b54f49
commit
0d5d111619
|
@ -195,7 +195,7 @@ namespace OpenSim.Region.Communications.Local
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public bool RegionUp(SearializableRegionInfo sregion, ulong regionhandle)
|
public virtual bool RegionUp(SearializableRegionInfo sregion, ulong regionhandle)
|
||||||
{
|
{
|
||||||
RegionInfo region = new RegionInfo(sregion);
|
RegionInfo region = new RegionInfo(sregion);
|
||||||
if (m_regionListeners.ContainsKey(regionhandle))
|
if (m_regionListeners.ContainsKey(regionhandle))
|
||||||
|
|
Loading…
Reference in New Issue