aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-04 18:54:50 +0000
committerJustin Clarke Casey2008-10-04 18:54:50 +0000
commita924fbae7219bef42b8504905d9cc047ee72e9d2 (patch)
tree870a45e8c1acd23817d37163c52266016f8617f1 /OpenSim/Region/Environment
parent* Check in the second part of http://opensimulator.org/mantis/view.php?id=233... (diff)
downloadopensim-SC_OLD-a924fbae7219bef42b8504905d9cc047ee72e9d2.zip
opensim-SC_OLD-a924fbae7219bef42b8504905d9cc047ee72e9d2.tar.gz
opensim-SC_OLD-a924fbae7219bef42b8504905d9cc047ee72e9d2.tar.bz2
opensim-SC_OLD-a924fbae7219bef42b8504905d9cc047ee72e9d2.tar.xz
* minor: Remove warning
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index bded963..6b3e796 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -543,7 +543,7 @@ namespace OpenSim.Region.Environment.Scenes
543 // Saves and gets assetID 543 // Saves and gets assetID
544 if (group.GetFromAssetID() == UUID.Zero) 544 if (group.GetFromAssetID() == UUID.Zero)
545 { 545 {
546 UUID newAssetID = m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId); 546 m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId);
547 547
548 // sets assetID so client can show asset as 'attached' in inventory 548 // sets assetID so client can show asset as 'attached' in inventory
549 } 549 }