mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public uint Category;
|
||||
|
||||
// TODO: This needs to be persisted in next XML version update!
|
||||
[XmlIgnore] public int[] PayPrice = {0,0,0,0,0};
|
||||
[XmlIgnore] public int[] PayPrice = {-2,-2,-2,-2,-2};
|
||||
|
||||
|
||||
[XmlIgnore] public bool m_IsAttachment = false;
|
||||
|
||||
Reference in New Issue
Block a user