Remove SOP.StopMoveToTarget scheduled update which is now being done in SOG.stopMoveToTarget() as of last commit 67e568

mb-throttle-test
Justin Clark-Casey 2014-11-19 19:16:03 +00:00
parent 67e56872f3
commit bdebd525db
1 changed files with 0 additions and 3 deletions

View File

@ -3280,9 +3280,6 @@ namespace OpenSim.Region.Framework.Scenes
public void StopMoveToTarget()
{
ParentGroup.stopMoveToTarget();
ParentGroup.ScheduleGroupForTerseUpdate();
//ParentGroup.ScheduleGroupForFullUpdate();
}
public void StoreUndoState()