diff options
author | UbitUmarov | 2017-01-27 20:59:56 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-27 20:59:56 +0000 |
commit | d4111ff6707e59278d1391479d6513bb069b4c3d (patch) | |
tree | 343d5fa06f08fe0deadceed5e5aa0f3e24641ad8 /OpenSim/Region | |
parent | several changes relative to objects return and parcel prim counts: avoid nul... (diff) | |
download | opensim-SC-d4111ff6707e59278d1391479d6513bb069b4c3d.zip opensim-SC-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.gz opensim-SC-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.bz2 opensim-SC-d4111ff6707e59278d1391479d6513bb069b4c3d.tar.xz |
fix SimwideArea again
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | 1 |
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 | ||