aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-26 01:28:48 +0100
committerJustin Clark-Casey (justincc)2011-05-26 01:28:48 +0100
commitd9889ae2e73569f3e0d9f13523a9e019ec00749a (patch)
tree75c43c6b89add43fdeec8f7436ac6fe95103f38a /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentAdd a --noassets option to "save oar". (diff)
parentAdd PayPrice to serialization format Xml2 (diff)
downloadopensim-SC_OLD-d9889ae2e73569f3e0d9f13523a9e019ec00749a.zip
opensim-SC_OLD-d9889ae2e73569f3e0d9f13523a9e019ec00749a.tar.gz
opensim-SC_OLD-d9889ae2e73569f3e0d9f13523a9e019ec00749a.tar.bz2
opensim-SC_OLD-d9889ae2e73569f3e0d9f13523a9e019ec00749a.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 8a8a699..331abb2 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -144,11 +144,10 @@ namespace OpenSim.Region.Framework.Scenes
144 144
145 public Vector3 StatusSandboxPos; 145 public Vector3 StatusSandboxPos;
146 146
147 // TODO: This needs to be persisted in next XML version update! 147 [XmlIgnore]
148 148 public int[] PayPrice = {-2,-2,-2,-2,-2};
149 public readonly int[] PayPrice = {-2,-2,-2,-2,-2}; 149
150 150 [XmlIgnore]
151
152 public PhysicsActor PhysActor 151 public PhysicsActor PhysActor
153 { 152 {
154 get { return m_physActor; } 153 get { return m_physActor; }