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
Justin Clark-Casey (justincc) 2010-09-11 01:48:53 +01:00
parent 4e7fe0f177
commit 1ac4c57bb6
1 changed files with 0 additions and 2 deletions

View File

@ -90,7 +90,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
if (!m_Enabled)
return;
m_GridService = scene.GridService;
m_LocalService.AddRegion(scene);
scene.RegisterModuleInterface<ILandService>(this);
}
@ -107,7 +106,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
m_GridService = scene.GridService;
}
#region ILandService
public override LandData GetLandData(ulong regionHandle, uint x, uint y)