Forward-port a small improvement to the land out connector

This commit is contained in:
Melanie Thielker
2010-08-21 00:46:16 +02:00
committed by Melanie
parent 5155915de1
commit ea1df09fa4

View File

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