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
25d39a19e1
commit
aac4d9d682
|
@ -84,6 +84,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