diff options
author | Justin Clarke Casey | 2008-07-29 14:28:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-29 14:28:08 +0000 |
commit | e7b3e7b749388dd8029ed7de6208fdf557e91695 (patch) | |
tree | 2ae4dcc0bdf9567bb8dbc6e9905bb90696537d9a /OpenSim/Region/Environment | |
parent | Fixed the missing reference to a texture in TexturesAssetSet.xml , reported i... (diff) | |
download | opensim-SC_OLD-e7b3e7b749388dd8029ed7de6208fdf557e91695.zip opensim-SC_OLD-e7b3e7b749388dd8029ed7de6208fdf557e91695.tar.gz opensim-SC_OLD-e7b3e7b749388dd8029ed7de6208fdf557e91695.tar.bz2 opensim-SC_OLD-e7b3e7b749388dd8029ed7de6208fdf557e91695.tar.xz |
* Put in stub code for inventory backup.
* No user functionality yet (and not for quite some time)
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index d0c5842..0ba5121 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1784,6 +1784,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1784 | } | 1784 | } |
1785 | } | 1785 | } |
1786 | } | 1786 | } |
1787 | |||
1787 | public LLUUID attachObjectAssetStore(IClientAPI remoteClient, SceneObjectGroup grp, LLUUID AgentId) | 1788 | public LLUUID attachObjectAssetStore(IClientAPI remoteClient, SceneObjectGroup grp, LLUUID AgentId) |
1788 | { | 1789 | { |
1789 | SceneObjectGroup objectGroup = grp; | 1790 | SceneObjectGroup objectGroup = grp; |