aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LandData.cs
diff options
context:
space:
mode:
authorDiva Canto2016-06-19 09:17:04 -0700
committerDiva Canto2016-06-19 09:17:04 -0700
commit12b73603cc4605955d9ea60ad66b4a85ea3d44ca (patch)
tree0ccdfed4f2b2db7644fb93225170685aa50866e3 /OpenSim/Framework/LandData.cs
parentMantis #7917: regression on prim limits module. (diff)
downloadopensim-SC_OLD-12b73603cc4605955d9ea60ad66b4a85ea3d44ca.zip
opensim-SC_OLD-12b73603cc4605955d9ea60ad66b4a85ea3d44ca.tar.gz
opensim-SC_OLD-12b73603cc4605955d9ea60ad66b4a85ea3d44ca.tar.bz2
opensim-SC_OLD-12b73603cc4605955d9ea60ad66b4a85ea3d44ca.tar.xz
Still related to mantis #7917, parcel prims info. Now sending the correct numbers for "Simulator primitive usage" related to the parcel owner, not the entire region.
Diffstat (limited to 'OpenSim/Framework/LandData.cs')
-rw-r--r--OpenSim/Framework/LandData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs
index da541af..cfefe3e 100644
--- a/OpenSim/Framework/LandData.cs
+++ b/OpenSim/Framework/LandData.cs
@@ -620,7 +620,7 @@ namespace OpenSim.Framework
620 } 620 }
621 621
622 /// <summary> 622 /// <summary>
623 /// Number of meters^2 in the Simulator 623 /// Number of meters^2 that the land owner has in the Simulator
624 /// </summary> 624 /// </summary>
625 [XmlIgnore] 625 [XmlIgnore]
626 public int SimwideArea 626 public int SimwideArea