refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID, FromItemID and to reflect that it's a SOP ID rather than a SOG ID.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-03 02:26:54 +01:00
parent 08ec18f8a3
commit 513b77b78d
3 changed files with 3 additions and 3 deletions

View File

@@ -617,7 +617,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <remarks>
/// If not applicable will be UUID.Zero
/// </remarks>
public UUID RezzingObjectID { get; set; }
public UUID FromPartID { get; set; }
/// <summary>
/// The folder ID that this object was rezzed from, if applicable.