mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
make sendRegionInfoPacketToAll really send to all ( inc child agents) thx Jak Daniels
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user