diff options
author | Justin Clark-Casey (justincc) | 2011-08-30 22:25:38 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-30 22:25:38 +0100 |
commit | 1de68b34d959570c6dc5de42e8dac5e36f960273 (patch) | |
tree | 8c3aaf917e8e1433b10bf92c74e7d44d8a30a7b3 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | minor: comment out friends number logging from login for now (diff) | |
download | opensim-SC_OLD-1de68b34d959570c6dc5de42e8dac5e36f960273.zip opensim-SC_OLD-1de68b34d959570c6dc5de42e8dac5e36f960273.tar.gz opensim-SC_OLD-1de68b34d959570c6dc5de42e8dac5e36f960273.tar.bz2 opensim-SC_OLD-1de68b34d959570c6dc5de42e8dac5e36f960273.tar.xz |
refactor: migrate DropObject handling fully into AttachmentsModule from Scene
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 0582586..76ed55c 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -548,13 +548,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
548 | m_activeScripts += number; | 548 | m_activeScripts += number; |
549 | } | 549 | } |
550 | 550 | ||
551 | public void DropObject(uint objectLocalID, IClientAPI remoteClient) | ||
552 | { | ||
553 | SceneObjectGroup group = GetGroupByPrim(objectLocalID); | ||
554 | if (group != null) | ||
555 | m_parentScene.AttachmentsModule.DetachSingleAttachmentToGround(group.UUID, remoteClient); | ||
556 | } | ||
557 | |||
558 | protected internal void HandleUndo(IClientAPI remoteClient, UUID primId) | 551 | protected internal void HandleUndo(IClientAPI remoteClient, UUID primId) |
559 | { | 552 | { |
560 | if (primId != UUID.Zero) | 553 | if (primId != UUID.Zero) |