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.
This commit is contained in:
Justin Clarke Casey
2007-12-26 20:21:06 +00:00
parent f852b64555
commit 01de4bbfbd
3 changed files with 15 additions and 5 deletions

View File

@@ -499,7 +499,8 @@ namespace OpenSim.Region.Environment.Scenes
}
/// <summary>
/// Update an item in a prim (task) inventory
/// Update an item in a prim (task) inventory.
/// This method does not handle scripts, <see>RezScript(IClientAPI, LLUUID, unit)</see>
/// </summary>
/// <param name="remoteClient"></param>
/// <param name="itemID"></param>