Merge branch '0.6.9-post-fixes' into careminster

This commit is contained in:
Melanie
2010-04-30 11:48:57 +01:00
7 changed files with 68 additions and 41 deletions

View File

@@ -6071,7 +6071,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
DelinkObjects handlerDelinkObjects = OnDelinkObjects;
if (handlerDelinkObjects != null)
{
handlerDelinkObjects(prims);
handlerDelinkObjects(prims, this);
}
return true;