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
parent
0d8a2cccfd
commit
2cd00f46b9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue