* Made RegionUp virtual

afrisby
lbsa71 2007-11-30 08:54:42 +00:00
parent d2b1b54f49
commit 0d5d111619
1 changed files with 1 additions and 1 deletions

View File

@ -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))