mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
Make the landmark properties work again
This commit is contained in:
committed by
Melanie
parent
cc05fc43b9
commit
2cedfba67c
@@ -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);
|
||||
}
|
||||
@@ -103,6 +102,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
|
||||
|
||||
public void RegionLoaded(Scene scene)
|
||||
{
|
||||
m_GridService = scene.GridService;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user