diff options
author | Melanie | 2010-11-17 17:54:03 +0100 |
---|---|---|
committer | Melanie | 2010-11-17 17:54:03 +0100 |
commit | 80d3998001b35ccf249218561817969ce78bf900 (patch) | |
tree | 16afcd0f85d084244587b8939db1645087616cbc /OpenSim/Region | |
parent | Prevent leftover attachments from clogging up the pipes (diff) | |
download | opensim-SC_OLD-80d3998001b35ccf249218561817969ce78bf900.zip opensim-SC_OLD-80d3998001b35ccf249218561817969ce78bf900.tar.gz opensim-SC_OLD-80d3998001b35ccf249218561817969ce78bf900.tar.bz2 opensim-SC_OLD-80d3998001b35ccf249218561817969ce78bf900.tar.xz |
Recalculate prim counts when a parcel is deeded
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs index 6e0072e..9779c68 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | |||
@@ -1297,7 +1297,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
1297 | { | 1297 | { |
1298 | land.DeedToGroup(groupID); | 1298 | land.DeedToGroup(groupID); |
1299 | } | 1299 | } |
1300 | 1300 | EventManagerOnParcelPrimCountTainted(); | |
1301 | } | 1301 | } |
1302 | 1302 | ||
1303 | 1303 | ||