Add PayPrice to serialization format Xml2

This commit is contained in:
Melanie
2011-05-25 12:17:46 +01:00
parent ef3f6b4e63
commit e398c33648
2 changed files with 40 additions and 6 deletions

View File

@@ -144,11 +144,10 @@ namespace OpenSim.Region.Framework.Scenes
public Vector3 StatusSandboxPos;
// TODO: This needs to be persisted in next XML version update!
public readonly int[] PayPrice = {-2,-2,-2,-2,-2};
[XmlIgnore]
public int[] PayPrice = {-2,-2,-2,-2,-2};
[XmlIgnore]
public PhysicsActor PhysActor
{
get { return m_physActor; }