mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.
This commit is contained in:
@@ -57,6 +57,15 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="linkNum">Link number for the part</param>
|
||||
void ResetInventoryIDs();
|
||||
|
||||
/// <summary>
|
||||
/// Reset parent object UUID for all the items in the prim's inventory.
|
||||
/// </summary>
|
||||
///
|
||||
/// If this method is called and there are inventory items, then we regard the inventory as having changed.
|
||||
///
|
||||
/// <param name="linkNum">Link number for the part</param>
|
||||
void ResetObjectID();
|
||||
|
||||
/// <summary>
|
||||
/// Change every item in this inventory to a new owner.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user