mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Made RegionUp virtual
This commit is contained in:
@@ -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);
|
||||
if (m_regionListeners.ContainsKey(regionhandle))
|
||||
|
||||
Reference in New Issue
Block a user