diff options
author | Justin Clark-Casey | 2014-11-19 19:16:03 +0000 |
---|---|---|
committer | Justin Clark-Casey | 2014-11-19 19:16:03 +0000 |
commit | bdebd525dbc3b7738a59d7987649173b1f48435b (patch) | |
tree | 694f1acda2fcef4b4a0c302cfe9869a27b1d0ac8 /OpenSim/Region | |
parent | If llStopMoveToTarget() is called on an attachment, then stop the avatar if i... (diff) | |
download | opensim-SC_OLD-bdebd525dbc3b7738a59d7987649173b1f48435b.zip opensim-SC_OLD-bdebd525dbc3b7738a59d7987649173b1f48435b.tar.gz opensim-SC_OLD-bdebd525dbc3b7738a59d7987649173b1f48435b.tar.bz2 opensim-SC_OLD-bdebd525dbc3b7738a59d7987649173b1f48435b.tar.xz |
Remove SOP.StopMoveToTarget scheduled update which is now being done in SOG.stopMoveToTarget() as of last commit 67e568
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index c587b2a..fb1372f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -3280,9 +3280,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3280 | public void StopMoveToTarget() | 3280 | public void StopMoveToTarget() |
3281 | { | 3281 | { |
3282 | ParentGroup.stopMoveToTarget(); | 3282 | ParentGroup.stopMoveToTarget(); |
3283 | |||
3284 | ParentGroup.ScheduleGroupForTerseUpdate(); | ||
3285 | //ParentGroup.ScheduleGroupForFullUpdate(); | ||
3286 | } | 3283 | } |
3287 | 3284 | ||
3288 | public void StoreUndoState() | 3285 | public void StoreUndoState() |