From 12b73603cc4605955d9ea60ad66b4a85ea3d44ca Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 19 Jun 2016 09:17:04 -0700 Subject: 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. --- OpenSim/Framework/LandData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 } /// - /// Number of meters^2 in the Simulator + /// Number of meters^2 that the land owner has in the Simulator /// [XmlIgnore] public int SimwideArea -- cgit v1.1