Fixed an issue with PayPrice sometimes being shared between multiple objects

This commit is contained in:
CasperW
2010-01-20 22:14:43 +01:00
parent d9c48e70a9
commit 496a8a4f7c
2 changed files with 8 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ namespace OpenSim.Region.Framework.Scenes
// TODO: This needs to be persisted in next XML version update!
[XmlIgnore]
public readonly int[] PayPrice = {-2,-2,-2,-2,-2};
public int[] PayPrice = {-2,-2,-2,-2,-2};
[XmlIgnore]
public PhysicsActor PhysActor;