diff options
author | opensim mirror account | 2010-12-01 16:10:15 -0800 |
---|---|---|
committer | opensim mirror account | 2010-12-01 16:10:15 -0800 |
commit | 6f3fbca5a35139d97ce72f2aea1d17698086a152 (patch) | |
tree | 8e6573648f7bc9391f645ed05fa3449192a4d93e /OpenSim/Region/Framework | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Added some comments. Better than listening to the boring speaker... (diff) | |
download | opensim-SC_OLD-6f3fbca5a35139d97ce72f2aea1d17698086a152.zip opensim-SC_OLD-6f3fbca5a35139d97ce72f2aea1d17698086a152.tar.gz opensim-SC_OLD-6f3fbca5a35139d97ce72f2aea1d17698086a152.tar.bz2 opensim-SC_OLD-6f3fbca5a35139d97ce72f2aea1d17698086a152.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index ba592c4..f87056e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -449,7 +449,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
449 | } | 449 | } |
450 | } | 450 | } |
451 | 451 | ||
452 | public string CreatorData // = <profile url>;<name> | 452 | /// <summary> |
453 | /// Data about the creator in the form profile_url;name | ||
454 | /// </summary> | ||
455 | public string CreatorData | ||
453 | { | 456 | { |
454 | get { return m_creatorData; } | 457 | get { return m_creatorData; } |
455 | set { m_creatorData = value; } | 458 | set { m_creatorData = value; } |