aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-01-27 20:59:56 +0000
committerUbitUmarov2017-01-27 20:59:56 +0000
commitd4111ff6707e59278d1391479d6513bb069b4c3d (patch)
tree343d5fa06f08fe0deadceed5e5aa0f3e24641ad8 /OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
parent several changes relative to objects return and parcel prim counts: avoid nul... (diff)
downloadopensim-SC_OLD-d4111ff6707e59278d1391479d6513bb069b4c3d.zip
opensim-SC_OLD-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.gz
opensim-SC_OLD-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.bz2
opensim-SC_OLD-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.xz
fix SimwideArea again
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index dfa7095..53b9796 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -1581,6 +1581,7 @@ namespace OpenSim.Region.CoreModules.World.Land
1581 } 1581 }
1582 } 1582 }
1583 } 1583 }
1584 FinalizeLandPrimCountUpdate(); // update simarea information
1584 } 1585 }
1585 } 1586 }
1586 1587