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

This commit is contained in:
Justin Clark-Casey
2014-11-19 19:16:03 +00:00
parent 67e56872f3
commit bdebd525db

View File

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