diff options
author | Justin Clarke Casey | 2007-12-26 20:21:06 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-26 20:21:06 +0000 |
commit | 01de4bbfbdca14adfa2f86de0f672b8c7cfb92e9 (patch) | |
tree | ea79543e037a4d4642408db8f1ff57c1d6999cf2 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | * This update includes a wide range of changes to the ODEPlugin for avatar mo... (diff) | |
download | opensim-SC_OLD-01de4bbfbdca14adfa2f86de0f672b8c7cfb92e9.zip opensim-SC_OLD-01de4bbfbdca14adfa2f86de0f672b8c7cfb92e9.tar.gz opensim-SC_OLD-01de4bbfbdca14adfa2f86de0f672b8c7cfb92e9.tar.bz2 opensim-SC_OLD-01de4bbfbdca14adfa2f86de0f672b8c7cfb92e9.tar.xz |
If a prim is persisted in the region, scripts dragged into its inventory after a server restart would not appear (though the script they contain would still be invoked). This
change fixes that problem.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index c087c59..0689177 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -499,7 +499,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
499 | } | 499 | } |
500 | 500 | ||
501 | /// <summary> | 501 | /// <summary> |
502 | /// Update an item in a prim (task) inventory | 502 | /// Update an item in a prim (task) inventory. |
503 | /// This method does not handle scripts, <see>RezScript(IClientAPI, LLUUID, unit)</see> | ||
503 | /// </summary> | 504 | /// </summary> |
504 | /// <param name="remoteClient"></param> | 505 | /// <param name="remoteClient"></param> |
505 | /// <param name="itemID"></param> | 506 | /// <param name="itemID"></param> |