dont send a full grp update on stopmovetotarget. just a rootpart terse

This commit is contained in:
UbitUmarov
2013-01-16 22:17:10 +00:00
parent 30d5faa7fc
commit de49440839
2 changed files with 3 additions and 1 deletions

View File

@@ -3760,7 +3760,7 @@ namespace OpenSim.Region.Framework.Scenes
{
ParentGroup.stopMoveToTarget();
ParentGroup.ScheduleGroupForTerseUpdate();
// ParentGroup.ScheduleGroupForTerseUpdate();
//ParentGroup.ScheduleGroupForFullUpdate();
}