Forward-port a small improvement to the land out connector

0.7.0.2-release
Melanie Thielker 2010-08-21 00:46:16 +02:00 committed by Diva Canto
parent c9b685dc15
commit d86f70bd5b
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Land
public void RegionLoaded(Scene scene)
{
if (m_Enabled)
m_GridService = scene.GridService;
}