Forward-port a small improvement to the land out connector

prebuild-update
Melanie Thielker 2010-08-21 00:46:16 +02:00 committed by Melanie
parent 5155915de1
commit ea1df09fa4
1 changed files with 2 additions and 1 deletions

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;
}