diff options
author | Mike Mazur | 2008-10-14 09:40:01 +0000 |
---|---|---|
committer | Mike Mazur | 2008-10-14 09:40:01 +0000 |
commit | 4da1901ed952f760ac76f59f05f6a6d81049bfac (patch) | |
tree | 9e934711ad5bcd5fc5bd7e1a2867a941402ce0a0 /OpenSim/Region/Environment/Scenes/InnerScene.cs | |
parent | * Adding CrytoGridAssetClient support - allows encrypting assets that are sto... (diff) | |
download | opensim-SC_OLD-4da1901ed952f760ac76f59f05f6a6d81049bfac.zip opensim-SC_OLD-4da1901ed952f760ac76f59f05f6a6d81049bfac.tar.gz opensim-SC_OLD-4da1901ed952f760ac76f59f05f6a6d81049bfac.tar.bz2 opensim-SC_OLD-4da1901ed952f760ac76f59f05f6a6d81049bfac.tar.xz |
- move comment about assetID and 'attached' in inventory where it belongs
- objectGroup isn't needed here, just use the passed in argument
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 1b0ea6f..34224a7 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -547,8 +547,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
547 | if (group.GetFromAssetID() == UUID.Zero) | 547 | if (group.GetFromAssetID() == UUID.Zero) |
548 | { | 548 | { |
549 | m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId); | 549 | m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId); |
550 | |||
551 | // sets assetID so client can show asset as 'attached' in inventory | ||
552 | } | 550 | } |
553 | group.AttachToAgent(remoteClient.AgentId, AttachmentPt, attachPos); | 551 | group.AttachToAgent(remoteClient.AgentId, AttachmentPt, attachPos); |
554 | // In case it is later dropped again, don't let | 552 | // In case it is later dropped again, don't let |