mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Experimental: Remove explicit property sends
This commit is contained in:
@@ -1606,17 +1606,17 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
parentGroup.HasGroupChanged = true;
|
||||
parentGroup.ScheduleGroupForFullUpdate();
|
||||
|
||||
if (client != null)
|
||||
{
|
||||
parentGroup.GetProperties(client);
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (ScenePresence p in GetScenePresences())
|
||||
{
|
||||
parentGroup.GetProperties(p.ControllingClient);
|
||||
}
|
||||
}
|
||||
// if (client != null)
|
||||
// {
|
||||
// parentGroup.GetProperties(client);
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// foreach (ScenePresence p in GetScenePresences())
|
||||
// {
|
||||
// parentGroup.GetProperties(p.ControllingClient);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user