For every problem there's a solution that is simple, neat and wrong.

Looks like it has nothing to do with childregions - reverting and will 
try to debug after the sleep. Sorry for the noise :)
afrisby
Dalien Talbot 2007-11-18 07:58:04 +00:00
parent 0d8a2cccfd
commit 2cd00f46b9
1 changed files with 1 additions and 4 deletions

View File

@ -937,10 +937,7 @@ namespace OpenSim.Region.Environment.Scenes
/// <param name="maxY"></param>
public void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY)
{
if(!m_scenePresences[remoteClient.AgentId].IsChildAgent)
{
m_sceneGridService.RequestMapBlocks(remoteClient, minX, minY, maxX, maxX);
}
m_sceneGridService.RequestMapBlocks(remoteClient, minX, minY, maxX, maxX);
}
/// <summary>