Remove redundant grid service setting line.
This looks like a safe fix since the line appears redundant and has also been removed from 0.6.9 and master. Reportedly, its presence causes startup problems in certain configurations.0.7-post-fixes
parent
4e7fe0f177
commit
1ac4c57bb6
|
@ -90,7 +90,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
|
||||||
if (!m_Enabled)
|
if (!m_Enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_GridService = scene.GridService;
|
|
||||||
m_LocalService.AddRegion(scene);
|
m_LocalService.AddRegion(scene);
|
||||||
scene.RegisterModuleInterface<ILandService>(this);
|
scene.RegisterModuleInterface<ILandService>(this);
|
||||||
}
|
}
|
||||||
|
@ -107,7 +106,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
|
||||||
m_GridService = scene.GridService;
|
m_GridService = scene.GridService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#region ILandService
|
#region ILandService
|
||||||
|
|
||||||
public override LandData GetLandData(ulong regionHandle, uint x, uint y)
|
public override LandData GetLandData(ulong regionHandle, uint x, uint y)
|
||||||
|
|
Loading…
Reference in New Issue