aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorMelanie2011-05-25 12:17:46 +0100
committerMelanie2011-05-25 12:17:46 +0100
commite398c33648dabca1b7243214e3faa1e36f8cf024 (patch)
tree1db9a294a5a8a4f833380fe1e850b5fbade1a306 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentRevert "Make client event handlers for money only work on root agents" (diff)
downloadopensim-SC_OLD-e398c33648dabca1b7243214e3faa1e36f8cf024.zip
opensim-SC_OLD-e398c33648dabca1b7243214e3faa1e36f8cf024.tar.gz
opensim-SC_OLD-e398c33648dabca1b7243214e3faa1e36f8cf024.tar.bz2
opensim-SC_OLD-e398c33648dabca1b7243214e3faa1e36f8cf024.tar.xz
Add PayPrice to serialization format Xml2
Diffstat (limited to '')
-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; }