make sendRegionInfoPacketToAll really send to all ( inc child agents) thx Jak Daniels
parent
f613b5f517
commit
d196958cc4
|
@ -1360,7 +1360,8 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
|||
|
||||
public void sendRegionInfoPacketToAll()
|
||||
{
|
||||
Scene.ForEachRootClient(delegate(IClientAPI client)
|
||||
// Scene.ForEachRootClient(delegate(IClientAPI client)
|
||||
Scene.ForEachClient(delegate(IClientAPI client)
|
||||
{
|
||||
HandleRegionInfoRequest(client);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue