Make GroupRootUpdate be a terse update. This method is not used by opensim (it should), but it's used by external modules.
parent
2e24415077
commit
d5c18f6149
|
@ -1967,12 +1967,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// Note: this may not be cused by opensim (it probably should) but it's used by
|
/// Note: this may not be cused by opensim (it probably should) but it's used by
|
||||||
/// external modules.
|
/// external modules.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void SendGroupRootUpdate()
|
public void SendGroupRootTerseUpdate()
|
||||||
{
|
{
|
||||||
if (IsDeleted)
|
if (IsDeleted)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
RootPart.SendFullUpdateToAllClients();
|
RootPart.SendTerseUpdateToAllClients();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void QueueForUpdateCheck()
|
public void QueueForUpdateCheck()
|
||||||
|
|
Loading…
Reference in New Issue