Forward-port a small improvement to the land out connector

avinationmerge
Melanie Thielker 2010-08-21 00:46:16 +02:00
parent c448151f6b
commit f7c4be1fa1
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;
}