diff options
author | Justin Clarke Casey | 2008-03-31 18:29:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-31 18:29:08 +0000 |
commit | 93303072dd4edbb7d41ed629787bd22494b30cc1 (patch) | |
tree | d4a9865accd96c68747bf889db46e5793533834b /OpenSim/Region/Environment | |
parent | * Log exceptions which make it up to the top of the http request frame, rathe... (diff) | |
download | opensim-SC_OLD-93303072dd4edbb7d41ed629787bd22494b30cc1.zip opensim-SC_OLD-93303072dd4edbb7d41ed629787bd22494b30cc1.tar.gz opensim-SC_OLD-93303072dd4edbb7d41ed629787bd22494b30cc1.tar.bz2 opensim-SC_OLD-93303072dd4edbb7d41ed629787bd22494b30cc1.tar.xz |
* Minor: If a user exists but has no inventory in standalone, automatically create new inventory folders
* This mirrors the grid behaviour
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index fb4f02c..c009593 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -1208,6 +1208,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1208 | /// <param name="flags"></param> | 1208 | /// <param name="flags"></param> |
1209 | public void DuplicateObject(uint originalPrim, LLVector3 offset, uint flags, LLUUID AgentID, LLUUID GroupID) | 1209 | public void DuplicateObject(uint originalPrim, LLVector3 offset, uint flags, LLUUID AgentID, LLUUID GroupID) |
1210 | { | 1210 | { |
1211 | m_log.DebugFormat("[SCENE]: Duplication of object {0} at offset {1} requested by agent {2}", originalPrim, offset, AgentID); | ||
1212 | |||
1211 | List<EntityBase> EntityList = GetEntities(); | 1213 | List<EntityBase> EntityList = GetEntities(); |
1212 | 1214 | ||
1213 | SceneObjectGroup originPrim = null; | 1215 | SceneObjectGroup originPrim = null; |