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

@@ -3320,7 +3320,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
CheckThreatLevel(ThreatLevel.None, "osGetRezzingObject");
m_host.AddScriptLPS(1);
return new LSL_Key(m_host.ParentGroup.RezzingObjectID.ToString());
return new LSL_Key(m_host.ParentGroup.FromPartID.ToString());
}
}
}