Fix issue where RegionCombinerModule was not removing regions from its dictionary on RemoveRegion(), causing a later issue if regions were restarted (removed then readded).
parent
0aaf52fca4
commit
21b1fec32d
|
@ -99,6 +99,8 @@ namespace OpenSim.Region.RegionCombinerModule
|
||||||
|
|
||||||
public void RemoveRegion(Scene scene)
|
public void RemoveRegion(Scene scene)
|
||||||
{
|
{
|
||||||
|
lock (m_startingScenes)
|
||||||
|
m_startingScenes.Remove(scene.RegionInfo.originRegionID);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RegionLoaded(Scene scene)
|
public void RegionLoaded(Scene scene)
|
||||||
|
|
Loading…
Reference in New Issue