aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2010-11-17 17:54:03 +0100
committerMelanie2010-11-17 17:54:03 +0100
commit80d3998001b35ccf249218561817969ce78bf900 (patch)
tree16afcd0f85d084244587b8939db1645087616cbc
parentPrevent leftover attachments from clogging up the pipes (diff)
downloadopensim-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
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
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