mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
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 :)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user