mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Make GroupRootUpdate be a terse update. This method is not used by opensim (it should), but it's used by external modules.
This commit is contained in:
@@ -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
|
||||
/// external modules.
|
||||
/// </summary>
|
||||
public void SendGroupRootUpdate()
|
||||
public void SendGroupRootTerseUpdate()
|
||||
{
|
||||
if (IsDeleted)
|
||||
return;
|
||||
|
||||
RootPart.SendFullUpdateToAllClients();
|
||||
RootPart.SendTerseUpdateToAllClients();
|
||||
}
|
||||
|
||||
public void QueueForUpdateCheck()
|
||||
|
||||
Reference in New Issue
Block a user